Html Css Color HEX #AAB902 Citrus

📋 copy color: '#AAB902'

red 170 ◦ green 185 ◦ blue 2

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

Shades of Citrus #AAB902

Tints of Citrus #AAB902

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.82%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 47.62%
G = 51.82%
B = 0.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#AAB902 (or 0xAAB902) is known color: Citrus. HEX triplet: AA, B9 and 02. RGB value is (170,185,2). Sum of RGB (Red+Green+Blue) = 170+185+2=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 185 (72.66% from 255 or 51.82% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB902 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB902 is #5546FD. Grayscale: #A0A0A0. Windows color (decimal): -5588734 or 178602. OLE color: 178602.

HSL color Cylindrical-coordinate representation of color #AAB902: hue angle of 64.92º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAB902 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 2 -
CMYK 0.08 0 0.99 0.27
HSL 64.92º 0.98% 0.37% -
HSV(B) 64.92º 0.99% 0.73% -
XYZ 33.94 43.25 6.62 -
YUV 159.65 39.03 135.38 -
System Red Green Blue C M Y K H S L
Decimal 170 185 2 0.08 0 0.99 0.27 64.92 0.98 0.37
Hex AA B9 2 8 0 63 1B 41 62 25
Octal 252 271 2 10 0 143 33 101 142 45
Binary 10101010 10111001 10 1000 0 1100011 11011 1000001 1100010 100101

Color Harmonies of #AAB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB902

Black with #AAB902

Text Example


Text Example

White with #AAB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB902; }

 p { color: rgb(170,185,2); }

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

background-color css

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

 a { background-color: rgb(170,185,2); }

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

border-color css

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

 span { border-color: rgb(170,185,2); }

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