Html Css Color HEX #AAB00B Citrus

📋 copy color: '#AAB00B'

red 170 ◦ green 176 ◦ blue 11

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

Shades of Citrus #AAB00B

Tints of Citrus #AAB00B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.08%

R = 47.62%
G = 49.3%
B = 3.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AAB00B (or 0xAAB00B) is known color: Citrus. HEX triplet: AA, B0 and 0B. RGB value is (170,176,11). Sum of RGB (Red+Green+Blue) = 170+176+11=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 176 (69.14% from 255 or 49.30% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB00B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB00B is #554FF4. Grayscale: #9C9C9C. Windows color (decimal): -5591029 or 766122. OLE color: 766122.

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

Color convert

RGB 170 176 11 -
CMYK 0.03 0 0.94 0.31
HSL 62.18º 0.88% 0.37% -
HSV(B) 62.18º 0.94% 0.69% -
XYZ 32.16 39.62 6.27 -
YUV 155.4 46.51 138.42 -
System Red Green Blue C M Y K H S L
Decimal 170 176 11 0.03 0 0.94 0.31 62.18 0.88 0.37
Hex AA B0 B 3 0 5E 1F 3E 58 25
Octal 252 260 13 3 0 136 37 76 130 45
Binary 10101010 10110000 1011 11 0 1011110 11111 111110 1011000 100101

Color Harmonies of #AAB00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB00B

Black with #AAB00B

Text Example


Text Example

White with #AAB00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB00B; }

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

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

background-color css

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

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

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

border-color css

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

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

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