Html Css Color HEX #AAAB02 Citrus

📋 copy color: '#AAAB02'

red 170 ◦ green 171 ◦ blue 2

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

Shades of Citrus #AAAB02

Tints of Citrus #AAAB02

RGB

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

 GREEN value IS 171 (67.19% from 255) = 49.85%

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

R = 49.56%
G = 49.85%
B = 0.58%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AAAB02 (or 0xAAAB02) is known color: Citrus. HEX triplet: AA, AB and 02. RGB value is (170,171,2). Sum of RGB (Red+Green+Blue) = 170+171+2=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAAB02 is #5554FD. Grayscale: #989898. Windows color (decimal): -5592318 or 175018. OLE color: 175018.

HSL color Cylindrical-coordinate representation of color #AAAB02: hue angle of 60.36º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAAB02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 171 2 -
CMYK 0.01 0 0.99 0.33
HSL 60.36º 0.98% 0.34% -
HSV(B) 60.36º 0.99% 0.67% -
XYZ 31.15 37.68 5.69 -
YUV 151.44 43.67 141.24 -
System Red Green Blue C M Y K H S L
Decimal 170 171 2 0.01 0 0.99 0.33 60.36 0.98 0.34
Hex AA AB 2 1 0 63 21 3C 62 22
Octal 252 253 2 1 0 143 41 74 142 42
Binary 10101010 10101011 10 1 0 1100011 100001 111100 1100010 100010

Color Harmonies of #AAAB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB02

Black with #AAAB02

Text Example


Text Example

White with #AAAB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB02; }

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

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

background-color css

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

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

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

border-color css

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

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

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