Html Css Color HEX #A8BC08 Citrus

📋 copy color: '#A8BC08'

red 168 ◦ green 188 ◦ blue 8

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

Shades of Citrus #A8BC08

Tints of Citrus #A8BC08

RGB

 RED value IS 168 (66.02% from 255) = 46.15%

 GREEN value IS 188 (73.83% from 255) = 51.65%

 BLUE value IS 8 (3.52% from 255) = 2.2%

R = 46.15%
G = 51.65%
B = 2.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#A8BC08 (or 0xA8BC08) is known color: Citrus. HEX triplet: A8, BC and 08. RGB value is (168,188,8). Sum of RGB (Red+Green+Blue) = 168+188+8=364 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.15% from 364); Green value is 188 (73.83% from 255 or 51.65% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BC08 is #5743F7. Grayscale: #A2A2A2. Windows color (decimal): -5719032 or 572584. OLE color: 572584.

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

Color convert

RGB 168 188 8 -
CMYK 0.11 0 0.96 0.26
HSL 66.67º 0.92% 0.38% -
HSV(B) 66.67º 0.96% 0.74% -
XYZ 34.18 44.31 6.98 -
YUV 161.5 41.37 132.64 -
System Red Green Blue C M Y K H S L
Decimal 168 188 8 0.11 0 0.96 0.26 66.67 0.92 0.38
Hex A8 BC 8 B 0 60 1A 43 5C 26
Octal 250 274 10 13 0 140 32 103 134 46
Binary 10101000 10111100 1000 1011 0 1100000 11010 1000011 1011100 100110

Color Harmonies of #A8BC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BC08

Black with #A8BC08

Text Example


Text Example

White with #A8BC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BC08; }

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

 H1.HeaderClassName
 {
   color: #A8BC08;
 }
 .AnyTagClassName
 {
   color: #A8BC08;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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