Html Css Color HEX #AABA25 Bahia

📋 copy color: '#AABA25'

red 170 ◦ green 186 ◦ blue 37

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

Shades of Bahia #AABA25

Tints of Bahia #AABA25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.41%

R = 43.26%
G = 47.33%
B = 9.41%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#AABA25 (or 0xAABA25) is known color: Bahia. HEX triplet: AA, BA and 25. RGB value is (170,186,37). Sum of RGB (Red+Green+Blue) = 170+186+37=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #AABA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABA25 is #5545DA. Grayscale: #A4A4A4. Windows color (decimal): -5588443 or 2472618. OLE color: 2472618.

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

Color convert

RGB 170 186 37 -
CMYK 0.09 0 0.80 0.27
HSL 66.44º 0.67% 0.44% -
HSV(B) 66.44º 0.8% 0.73% -
XYZ 34.47 43.8 8.39 -
YUV 164.23 56.2 132.12 -
System Red Green Blue C M Y K H S L
Decimal 170 186 37 0.09 0 0.80 0.27 66.44 0.67 0.44
Hex AA BA 25 9 0 50 1B 42 43 2C
Octal 252 272 45 11 0 120 33 102 103 54
Binary 10101010 10111010 100101 1001 0 1010000 11011 1000010 1000011 101100

Color Harmonies of #AABA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABA25

Black with #AABA25

Text Example


Text Example

White with #AABA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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