Html Css Color HEX #AABA02 Citrus

📋 copy color: '#AABA02'

red 170 ◦ green 186 ◦ blue 2

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

Shades of Citrus #AABA02

Tints of Citrus #AABA02

RGB

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

 GREEN value IS 186 (73.05% from 255) = 51.96%

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

R = 47.49%
G = 51.96%
B = 0.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#AABA02 (or 0xAABA02) is known color: Citrus. HEX triplet: AA, BA and 02. RGB value is (170,186,2). Sum of RGB (Red+Green+Blue) = 170+186+2=358 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.49% from 358); Green value is 186 (73.05% from 255 or 51.96% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA02 is #5545FD. Grayscale: #A0A0A0. Windows color (decimal): -5588478 or 178858. OLE color: 178858.

HSL color Cylindrical-coordinate representation of color #AABA02: hue angle of 65.22º 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 #AABA02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 2 -
CMYK 0.09 0 0.99 0.27
HSL 65.22º 0.98% 0.37% -
HSV(B) 65.22º 0.99% 0.73% -
XYZ 34.15 43.67 6.69 -
YUV 160.24 38.7 134.96 -
System Red Green Blue C M Y K H S L
Decimal 170 186 2 0.09 0 0.99 0.27 65.22 0.98 0.37
Hex AA BA 2 9 0 63 1B 41 62 25
Octal 252 272 2 11 0 143 33 101 142 45
Binary 10101010 10111010 10 1001 0 1100011 11011 1000001 1100010 100101

Color Harmonies of #AABA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA02

Black with #AABA02

Text Example


Text Example

White with #AABA02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA02; }

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

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

background-color css

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

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

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

border-color css

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

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

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