Html Css Color HEX #AAB002 Citrus

📋 copy color: '#AAB002'

red 170 ◦ green 176 ◦ blue 2

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

Shades of Citrus #AAB002

Tints of Citrus #AAB002

RGB

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

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

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

R = 48.85%
G = 50.57%
B = 0.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AAB002 (or 0xAAB002) is known color: Citrus. HEX triplet: AA, B0 and 02. RGB value is (170,176,2). Sum of RGB (Red+Green+Blue) = 170+176+2=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB002 is #554FFD. Grayscale: #9B9B9B. Windows color (decimal): -5591038 or 176298. OLE color: 176298.

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

Color convert

RGB 170 176 2 -
CMYK 0.03 0 0.99 0.31
HSL 62.07º 0.98% 0.35% -
HSV(B) 62.07º 0.99% 0.69% -
XYZ 32.11 39.6 6.01 -
YUV 154.37 42.01 139.15 -
System Red Green Blue C M Y K H S L
Decimal 170 176 2 0.03 0 0.99 0.31 62.07 0.98 0.35
Hex AA B0 2 3 0 63 1F 3E 62 23
Octal 252 260 2 3 0 143 37 76 142 43
Binary 10101010 10110000 10 11 0 1100011 11111 111110 1100010 100011

Color Harmonies of #AAB002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB002

Black with #AAB002

Text Example


Text Example

White with #AAB002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB002; }

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

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

background-color css

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

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

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

border-color css

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

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

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