#A4B807

Color #A4B807 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #A4B807

Tints of Citrus #A4B807

Color information

#A4B807 (or 0xA4B807) is unknown color: approx Citrus. HEX triplet: A4, B8 and 07. RGB value is (164,184,7). Sum of RGB (Red+Green+Blue) = 164+184+7=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 184 (72.27% from 255 or 51.83% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 184 - color contains mainly: green. Hex color #A4B807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A4B807 is #5B47F8. Grayscale: #9E9E9E. Windows color (decimal): -5982201 or 506020. OLE color: 506020.

HSL color Cylindrical-coordinate representation of color #A4B807: hue angle of 66.78º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A4B807 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1641847-
CMYK0.1100.960.28
HSL66.78º92.67%37.45%-
HSV(B)66.78º96.2%72.16%-
XYZ32.4942.196.63-
YUV157.8442.87132.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 184 (72.27% from 255) = 51.83%
BLUE value IS 7 (3.12% from 255) = 1.97%
R=46.20%
G=51.83%
B=1.97%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal16418470.1100.960.2866.7892.6737.45
HexA4B87B0601C435d25
Octal24427071301403410313545
Binary10100100101110001111011011000001110010000111011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4B807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4B807; }

 p { color: rgb(164,184,7); }

 H1.HeaderClassName
 {
   color: #A4B807;
 }
 .AnyTagClassName
 {
   color: #A4B807;
 }
</style>
background-color css

<style>
 a { background-color: #A4B807; }

 a { background-color: rgb(164,184,7); }

 div.DivClassName
 {
   background-color: #A4B807;
 }
 .BgClassName
 {
   background-color: #A4B807;
 }
</style>
border-color css

<style>
 span { border-color: #A4B807; }

 span { border-color: rgb(164,184,7); }

 td.TdClassName
 {
   border-color: #A4B807;
 }
 .TagClassName
 {
   border-color: #A4B807;
 }
</style>