Html Css Color HEX #AABF33 Bahia

📋 copy color: '#AABF33'

red 170 ◦ green 191 ◦ blue 51

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

Shades of Bahia #AABF33

Tints of Bahia #AABF33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 12.38%

R = 41.26%
G = 46.36%
B = 12.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#AABF33 (or 0xAABF33) is known color: Bahia. HEX triplet: AA, BF and 33. RGB value is (170,191,51). Sum of RGB (Red+Green+Blue) = 170+191+51=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 191 (75% from 255 or 46.36% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF33 is #5540CC. Grayscale: #A9A9A9. Windows color (decimal): -5587149 or 3391402. OLE color: 3391402.

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

Color convert

RGB 170 191 51 -
CMYK 0.11 0 0.73 0.25
HSL 69º 0.58% 0.47% -
HSV(B) 69º 0.73% 0.75% -
XYZ 35.81 46.05 10.13 -
YUV 168.76 61.54 128.88 -
System Red Green Blue C M Y K H S L
Decimal 170 191 51 0.11 0 0.73 0.25 69 0.58 0.47
Hex AA BF 33 B 0 49 19 45 3A 2F
Octal 252 277 63 13 0 111 31 105 72 57
Binary 10101010 10111111 110011 1011 0 1001001 11001 1000101 111010 101111

Color Harmonies of #AABF33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABF33

Black with #AABF33

Text Example


Text Example

White with #AABF33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABF33; }

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

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

background-color css

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

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

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

border-color css

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

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

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