Html Css Color HEX #A8BB08 Citrus

📋 copy color: '#A8BB08'

red 168 ◦ green 187 ◦ blue 8

#A8BB08
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #A8BB08

Tints of Citrus #A8BB08

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.2%

R = 46.28%
G = 51.52%
B = 2.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#A8BB08 (or 0xA8BB08) is known color: 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

RGB 168 187 8 -
CMYK 0.10 0 0.96 0.27
HSL 66.37º 0.92% 0.38% -
HSV(B) 66.37º 0.96% 0.73% -
XYZ 33.96 43.88 6.91 -
YUV 160.91 41.71 133.05 -
System Red Green Blue C M Y K H S L
Decimal 168 187 8 0.10 0 0.96 0.27 66.37 0.92 0.38
Hex A8 BB 8 A 0 60 1B 42 5C 26
Octal 250 273 10 12 0 140 33 102 134 46
Binary 10101000 10111011 1000 1010 0 1100000 11011 1000010 1011100 100110

Color Harmonies of #A8BB08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BB08

Black with #A8BB08

Text Example


Text Example

White with #A8BB08

Text Example


Text Example

HTML Codes & Css Web 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>