Html Css Color HEX #AABA0E Citrus

📋 copy color: '#AABA0E'

red 170 ◦ green 186 ◦ blue 14

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

Shades of Citrus #AABA0E

Tints of Citrus #AABA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.78%

R = 45.95%
G = 50.27%
B = 3.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#AABA0E (or 0xAABA0E) is known color: Citrus. HEX triplet: AA, BA and 0E. RGB value is (170,186,14). Sum of RGB (Red+Green+Blue) = 170+186+14=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 186 (73.05% from 255 or 50.27% from 370); Blue value is 14 (5.86% from 255 or 3.78% from 370); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA0E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABA0E is #5545F1. Grayscale: #A2A2A2. Windows color (decimal): -5588466 or 965290. OLE color: 965290.

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

Color convert

RGB 170 186 14 -
CMYK 0.09 0 0.92 0.27
HSL 65.58º 0.86% 0.39% -
HSV(B) 65.58º 0.92% 0.73% -
XYZ 34.22 43.7 7.05 -
YUV 161.61 44.7 133.99 -
System Red Green Blue C M Y K H S L
Decimal 170 186 14 0.09 0 0.92 0.27 65.58 0.86 0.39
Hex AA BA E 9 0 5C 1B 42 56 27
Octal 252 272 16 11 0 134 33 102 126 47
Binary 10101010 10111010 1110 1001 0 1011100 11011 1000010 1010110 100111

Color Harmonies of #AABA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA0E

Black with #AABA0E

Text Example


Text Example

White with #AABA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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