Html Css Color HEX #AAB008 Citrus

📋 copy color: '#AAB008'

red 170 ◦ green 176 ◦ blue 8

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

Shades of Citrus #AAB008

Tints of Citrus #AAB008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.72%

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

R = 48.02%
G = 49.72%
B = 2.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AAB008 (or 0xAAB008) is known color: Citrus. HEX triplet: AA, B0 and 08. RGB value is (170,176,8). Sum of RGB (Red+Green+Blue) = 170+176+8=354 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.02% from 354); Green value is 176 (69.14% from 255 or 49.72% from 354); Blue value is 8 (3.52% from 255 or 2.26% from 354); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB008 is #554FF7. Grayscale: #9B9B9B. Windows color (decimal): -5591032 or 569514. OLE color: 569514.

HSL color Cylindrical-coordinate representation of color #AAB008: hue angle of 62.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAB008 is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 8 -
CMYK 0.03 0 0.95 0.31
HSL 62.14º 0.91% 0.36% -
HSV(B) 62.14º 0.95% 0.69% -
XYZ 32.15 39.61 6.18 -
YUV 155.05 45.01 138.66 -
System Red Green Blue C M Y K H S L
Decimal 170 176 8 0.03 0 0.95 0.31 62.14 0.91 0.36
Hex AA B0 8 3 0 5F 1F 3E 5B 24
Octal 252 260 10 3 0 137 37 76 133 44
Binary 10101010 10110000 1000 11 0 1011111 11111 111110 1011011 100100

Color Harmonies of #AAB008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB008

Black with #AAB008

Text Example


Text Example

White with #AAB008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB008; }

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

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

background-color css

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

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

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

border-color css

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

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

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