Html Css Color HEX #A8BD08 Citrus

📋 copy color: '#A8BD08'

red 168 ◦ green 189 ◦ blue 8

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

Shades of Citrus #A8BD08

Tints of Citrus #A8BD08

RGB

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

 GREEN value IS 189 (74.22% from 255) = 51.78%

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

R = 46.03%
G = 51.78%
B = 2.19%

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

#A8BD08 (or 0xA8BD08) is known color: Citrus. HEX triplet: A8, BD and 08. RGB value is (168,189,8). Sum of RGB (Red+Green+Blue) = 168+189+8=365 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.03% from 365); Green value is 189 (74.22% from 255 or 51.78% from 365); Blue value is 8 (3.52% from 255 or 2.19% from 365); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8BD08 is #5742F7. Grayscale: #A2A2A2. Windows color (decimal): -5718776 or 572840. OLE color: 572840.

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

Color convert

RGB 168 189 8 -
CMYK 0.11 0 0.96 0.26
HSL 66.96º 0.92% 0.39% -
HSV(B) 66.96º 0.96% 0.74% -
XYZ 34.39 44.74 7.05 -
YUV 162.09 41.04 132.22 -
System Red Green Blue C M Y K H S L
Decimal 168 189 8 0.11 0 0.96 0.26 66.96 0.92 0.39
Hex A8 BD 8 B 0 60 1A 43 5C 27
Octal 250 275 10 13 0 140 32 103 134 47
Binary 10101000 10111101 1000 1011 0 1100000 11010 1000011 1011100 100111

Color Harmonies of #A8BD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BD08

Black with #A8BD08

Text Example


Text Example

White with #A8BD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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