#A8BB08

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

Shades of Citrus #A8BB08

Tints of Citrus #A8BB08

Color information

#A8BB08 (or 0xA8BB08) is unknown color: approx Citrus. HEX triplet: A8, BB and 08. RGB value is (168,187,8). Sum of RGB (Red+Green+Blue) = 168+187+8=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 187 (73.44% from 255 or 51.52% from 363); Blue value is 8 (3.52% from 255 or 2.20% from 363); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BB08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BB08 is #5744F7. Grayscale: #A1A1A1. Windows color (decimal): -5719288 or 572328. OLE color: 572328.

HSL color Cylindrical-coordinate representation of color #A8BB08: hue angle of 66.37º 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 #A8BB08 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB1681878-
CMYK0.1000.960.27
HSL66.37º91.79%38.24%-
HSV(B)66.37º95.72%73.33%-
XYZ33.9643.886.91-
YUV160.9141.71133.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.28%
GREEN value IS 187 (73.44% from 255) = 51.52%
BLUE value IS 8 (3.52% from 255) = 2.20%
R=46.28%
G=51.52%
B=2.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal16818780.1000.960.2766.3791.7938.24
HexA8BB8A0601B425c26
Octal250273101201403310213446
Binary101010001011101110001010011000001101110000101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8BB08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8BB08; }

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

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

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

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

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

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

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

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