#A0BB08

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

Shades of Citrus #A0BB08

Tints of Citrus #A0BB08

Color information

#A0BB08 (or 0xA0BB08) is unknown color: approx Citrus. HEX triplet: A0, BB and 08. RGB value is (160,187,8). Sum of RGB (Red+Green+Blue) = 160+187+8=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 8 (3.52% from 255 or 2.25% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0BB08 is #5F44F7. Grayscale: #9F9F9F. Windows color (decimal): -6243576 or 572320. OLE color: 572320.

HSL color Cylindrical-coordinate representation of color #A0BB08: hue angle of 69.05º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0BB08 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1601878-
CMYK0.1400.960.27
HSL69.05º91.79%38.24%-
HSV(B)69.05º95.72%73.33%-
XYZ32.3143.036.83-
YUV158.5243.05129.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 187 (73.44% from 255) = 52.68%
BLUE value IS 8 (3.52% from 255) = 2.25%
R=45.07%
G=52.68%
B=2.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16018780.1400.960.2769.0591.7938.24
HexA0BB8E0601B455c26
Octal240273101601403310513446
Binary101000001011101110001110011000001101110001011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BB08; }

 p { color: rgb(160,187,8); }

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

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

 a { background-color: rgb(160,187,8); }

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

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

 span { border-color: rgb(160,187,8); }

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