#A4AB0B

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

Shades of Citrus #A4AB0B

Tints of Citrus #A4AB0B

Color information

#A4AB0B (or 0xA4AB0B) is unknown color: approx Citrus. HEX triplet: A4, AB and 0B. RGB value is (164,171,11). Sum of RGB (Red+Green+Blue) = 164+171+11=346 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.40% from 346); Green value is 171 (67.19% from 255 or 49.42% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 171 - color contains mainly: green. Hex color #A4AB0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4AB0B is #5B54F4. Grayscale: #979797. Windows color (decimal): -5985525 or 764836. OLE color: 764836.

HSL color Cylindrical-coordinate representation of color #A4AB0B: hue angle of 62.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4AB0B is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB16417111-
CMYK0.0400.940.33
HSL62.62º87.91%35.69%-
HSV(B)62.62º93.57%67.06%-
XYZ29.9337.045.89-
YUV150.6749.18137.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.40%
GREEN value IS 171 (67.19% from 255) = 49.42%
BLUE value IS 11 (4.69% from 255) = 3.18%
R=47.40%
G=49.42%
B=3.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal164171110.0400.940.3362.6287.9135.69
HexA4ABB405E213f5824
Octal2442531340136417713044
Binary10100100101010111011100010111101000011111111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4AB0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4AB0B; }

 p { color: rgb(164,171,11); }

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

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

 a { background-color: rgb(164,171,11); }

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

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

 span { border-color: rgb(164,171,11); }

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