Html Css Color HEX #AABF32 Bahia

📋 copy color: '#AABF32'

red 170 ◦ green 191 ◦ blue 50

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

Shades of Bahia #AABF32

Tints of Bahia #AABF32

RGB

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

 GREEN value IS 191 (75% from 255) = 46.47%

 BLUE value IS 50 (19.92% from 255) = 12.17%

R = 41.36%
G = 46.47%
B = 12.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#AABF32 (or 0xAABF32) is known color: Bahia. HEX triplet: AA, BF and 32. RGB value is (170,191,50). Sum of RGB (Red+Green+Blue) = 170+191+50=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 191 (75% from 255 or 46.47% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF32 is #5540CD. Grayscale: #A9A9A9. Windows color (decimal): -5587150 or 3325866. OLE color: 3325866.

HSL color Cylindrical-coordinate representation of color #AABF32: hue angle of 68.94º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AABF32 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 50 -
CMYK 0.11 0 0.74 0.25
HSL 68.94º 0.59% 0.47% -
HSV(B) 68.94º 0.74% 0.75% -
XYZ 35.78 46.04 10.02 -
YUV 168.65 61.04 128.96 -
System Red Green Blue C M Y K H S L
Decimal 170 191 50 0.11 0 0.74 0.25 68.94 0.59 0.47
Hex AA BF 32 B 0 4A 19 45 3B 2F
Octal 252 277 62 13 0 112 31 105 73 57
Binary 10101010 10111111 110010 1011 0 1001010 11001 1000101 111011 101111

Color Harmonies of #AABF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF32

Black with #AABF32

Text Example


Text Example

White with #AABF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF32; }

 p { color: rgb(170,191,50); }

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

background-color css

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

 a { background-color: rgb(170,191,50); }

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

border-color css

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

 span { border-color: rgb(170,191,50); }

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