Html Css Color HEX #AAB207 Citrus

📋 copy color: '#AAB207'

red 170 ◦ green 178 ◦ blue 7

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

Shades of Citrus #AAB207

Tints of Citrus #AAB207

RGB

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

 GREEN value IS 178 (69.92% from 255) = 50.14%

 BLUE value IS 7 (3.13% from 255) = 1.97%

R = 47.89%
G = 50.14%
B = 1.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#AAB207 (or 0xAAB207) is known color: Citrus. HEX triplet: AA, B2 and 07. RGB value is (170,178,7). Sum of RGB (Red+Green+Blue) = 170+178+7=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 178 (69.92% from 255 or 50.14% from 355); Blue value is 7 (3.12% from 255 or 1.97% from 355); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB207 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB207 is #554DF8. Grayscale: #9C9C9C. Windows color (decimal): -5590521 or 504490. OLE color: 504490.

HSL color Cylindrical-coordinate representation of color #AAB207: hue angle of 62.81º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAB207 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 7 -
CMYK 0.04 0 0.96 0.30
HSL 62.81º 0.92% 0.36% -
HSV(B) 62.81º 0.96% 0.7% -
XYZ 32.54 40.4 6.28 -
YUV 156.11 43.85 137.9 -
System Red Green Blue C M Y K H S L
Decimal 170 178 7 0.04 0 0.96 0.30 62.81 0.92 0.36
Hex AA B2 7 4 0 60 1E 3F 5C 24
Octal 252 262 7 4 0 140 36 77 134 44
Binary 10101010 10110010 111 100 0 1100000 11110 111111 1011100 100100

Color Harmonies of #AAB207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB207

Black with #AAB207

Text Example


Text Example

White with #AAB207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB207; }

 p { color: rgb(170,178,7); }

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

background-color css

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

 a { background-color: rgb(170,178,7); }

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

border-color css

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

 span { border-color: rgb(170,178,7); }

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