Html Css Color HEX #AABD08 Citrus

📋 copy color: '#AABD08'

red 170 ◦ green 189 ◦ blue 8

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

Shades of Citrus #AABD08

Tints of Citrus #AABD08

RGB

 RED value IS 170 (66.8% from 255) = 46.32%

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

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

R = 46.32%
G = 51.5%
B = 2.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#AABD08 (or 0xAABD08) is known color: Citrus. HEX triplet: AA, BD and 08. RGB value is (170,189,8). Sum of RGB (Red+Green+Blue) = 170+189+8=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 189 (74.22% from 255 or 51.50% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD08 is #5542F7. Grayscale: #A3A3A3. Windows color (decimal): -5587704 or 572842. OLE color: 572842.

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

Color convert

RGB 170 189 8 -
CMYK 0.10 0 0.96 0.26
HSL 66.3º 0.92% 0.39% -
HSV(B) 66.3º 0.96% 0.74% -
XYZ 34.82 44.96 7.07 -
YUV 162.69 40.71 133.22 -
System Red Green Blue C M Y K H S L
Decimal 170 189 8 0.10 0 0.96 0.26 66.3 0.92 0.39
Hex AA BD 8 A 0 60 1A 42 5C 27
Octal 252 275 10 12 0 140 32 102 134 47
Binary 10101010 10111101 1000 1010 0 1100000 11010 1000010 1011100 100111

Color Harmonies of #AABD08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD08

Black with #AABD08

Text Example


Text Example

White with #AABD08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD08; }

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

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

background-color css

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

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

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

border-color css

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

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

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