Html Css Color HEX #AABA01 Citrus

📋 copy color: '#AABA01'

red 170 ◦ green 186 ◦ blue 1

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

Shades of Citrus #AABA01

Tints of Citrus #AABA01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.62%
G = 52.1%
B = 0.28%

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

#AABA01 (or 0xAABA01) is known color: Citrus. HEX triplet: AA, BA and 01. RGB value is (170,186,1). Sum of RGB (Red+Green+Blue) = 170+186+1=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 186 (73.05% from 255 or 52.10% from 357); Blue value is 1 (0.78% from 255 or 0.28% from 357); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA01 is #5545FE. Grayscale: #A0A0A0. Windows color (decimal): -5588479 or 113322. OLE color: 113322.

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

Color convert

RGB 170 186 1 -
CMYK 0.09 0 0.99 0.27
HSL 65.19º 0.99% 0.37% -
HSV(B) 65.19º 0.99% 0.73% -
XYZ 34.14 43.67 6.66 -
YUV 160.13 38.2 135.04 -
System Red Green Blue C M Y K H S L
Decimal 170 186 1 0.09 0 0.99 0.27 65.19 0.99 0.37
Hex AA BA 1 9 0 63 1B 41 63 25
Octal 252 272 1 11 0 143 33 101 143 45
Binary 10101010 10111010 1 1001 0 1100011 11011 1000001 1100011 100101

Color Harmonies of #AABA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA01

Black with #AABA01

Text Example


Text Example

White with #AABA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA01; }

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

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

background-color css

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

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

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

border-color css

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

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

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