Html Css Color HEX #AABA27 Bahia

📋 copy color: '#AABA27'

red 170 ◦ green 186 ◦ blue 39

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

Shades of Bahia #AABA27

Tints of Bahia #AABA27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.87%

R = 43.04%
G = 47.09%
B = 9.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#AABA27 (or 0xAABA27) is known color: Bahia. HEX triplet: AA, BA and 27. RGB value is (170,186,39). Sum of RGB (Red+Green+Blue) = 170+186+39=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA27 is #5545D8. Grayscale: #A5A5A5. Windows color (decimal): -5588441 or 2603690. OLE color: 2603690.

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

Color convert

RGB 170 186 39 -
CMYK 0.09 0 0.79 0.27
HSL 66.53º 0.65% 0.44% -
HSV(B) 66.53º 0.79% 0.73% -
XYZ 34.5 43.81 8.56 -
YUV 164.46 57.2 131.95 -
System Red Green Blue C M Y K H S L
Decimal 170 186 39 0.09 0 0.79 0.27 66.53 0.65 0.44
Hex AA BA 27 9 0 4F 1B 43 41 2C
Octal 252 272 47 11 0 117 33 103 101 54
Binary 10101010 10111010 100111 1001 0 1001111 11011 1000011 1000001 101100

Color Harmonies of #AABA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA27

Black with #AABA27

Text Example


Text Example

White with #AABA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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