Html Css Color HEX #AAB603 Citrus

📋 copy color: '#AAB603'

red 170 ◦ green 182 ◦ blue 3

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

Shades of Citrus #AAB603

Tints of Citrus #AAB603

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.27%

 BLUE value IS 3 (1.56% from 255) = 0.85%

R = 47.89%
G = 51.27%
B = 0.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.29

RGB Variations

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

Color information

#AAB603 (or 0xAAB603) is known color: Citrus. HEX triplet: AA, B6 and 03. RGB value is (170,182,3). Sum of RGB (Red+Green+Blue) = 170+182+3=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 182 (71.48% from 255 or 51.27% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB603 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB603 is #5549FC. Grayscale: #9E9E9E. Windows color (decimal): -5589501 or 243370. OLE color: 243370.

HSL color Cylindrical-coordinate representation of color #AAB603: hue angle of 64.02º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAB603 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 3 -
CMYK 0.07 0 0.98 0.29
HSL 64.02º 0.97% 0.36% -
HSV(B) 64.02º 0.98% 0.71% -
XYZ 33.32 42.01 6.44 -
YUV 158.01 40.52 136.55 -
System Red Green Blue C M Y K H S L
Decimal 170 182 3 0.07 0 0.98 0.29 64.02 0.97 0.36
Hex AA B6 3 7 0 62 1D 40 61 24
Octal 252 266 3 7 0 142 35 100 141 44
Binary 10101010 10110110 11 111 0 1100010 11101 1000000 1100001 100100

Color Harmonies of #AAB603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB603

Black with #AAB603

Text Example


Text Example

White with #AAB603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB603; }

 p { color: rgb(170,182,3); }

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

background-color css

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

 a { background-color: rgb(170,182,3); }

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

border-color css

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

 span { border-color: rgb(170,182,3); }

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