Html Css Color HEX #AABA03 Citrus

📋 copy color: '#AABA03'

red 170 ◦ green 186 ◦ blue 3

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

Shades of Citrus #AABA03

Tints of Citrus #AABA03

RGB

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

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

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

R = 47.35%
G = 51.81%
B = 0.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#AABA03 (or 0xAABA03) is known color: Citrus. HEX triplet: AA, BA and 03. RGB value is (170,186,3). Sum of RGB (Red+Green+Blue) = 170+186+3=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 186 (73.05% from 255 or 51.81% from 359); Blue value is 3 (1.56% from 255 or 0.84% from 359); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA03 is #5545FC. Grayscale: #A1A1A1. Windows color (decimal): -5588477 or 244394. OLE color: 244394.

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

Color convert

RGB 170 186 3 -
CMYK 0.09 0 0.98 0.27
HSL 65.25º 0.97% 0.37% -
HSV(B) 65.25º 0.98% 0.73% -
XYZ 34.15 43.67 6.72 -
YUV 160.35 39.2 134.88 -
System Red Green Blue C M Y K H S L
Decimal 170 186 3 0.09 0 0.98 0.27 65.25 0.97 0.37
Hex AA BA 3 9 0 62 1B 41 61 25
Octal 252 272 3 11 0 142 33 101 141 45
Binary 10101010 10111010 11 1001 0 1100010 11011 1000001 1100001 100101

Color Harmonies of #AABA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA03

Black with #AABA03

Text Example


Text Example

White with #AABA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA03; }

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

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

background-color css

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

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

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

border-color css

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

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

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