Html Css Color HEX #AABD32 Bahia

📋 copy color: '#AABD32'

red 170 ◦ green 189 ◦ blue 50

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

Shades of Bahia #AABD32

Tints of Bahia #AABD32

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.21%

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

R = 41.56%
G = 46.21%
B = 12.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#AABD32 (or 0xAABD32) is known color: Bahia. HEX triplet: AA, BD and 32. RGB value is (170,189,50). Sum of RGB (Red+Green+Blue) = 170+189+50=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 50 (19.92% from 255 or 12.22% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD32 is #5542CD. Grayscale: #A8A8A8. Windows color (decimal): -5587662 or 3325354. OLE color: 3325354.

HSL color Cylindrical-coordinate representation of color #AABD32: hue angle of 68.2º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AABD32 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 50 -
CMYK 0.10 0 0.74 0.26
HSL 68.2º 0.58% 0.47% -
HSV(B) 68.2º 0.74% 0.74% -
XYZ 35.35 45.17 9.87 -
YUV 167.47 61.71 129.8 -
System Red Green Blue C M Y K H S L
Decimal 170 189 50 0.10 0 0.74 0.26 68.2 0.58 0.47
Hex AA BD 32 A 0 4A 1A 44 3A 2F
Octal 252 275 62 12 0 112 32 104 72 57
Binary 10101010 10111101 110010 1010 0 1001010 11010 1000100 111010 101111

Color Harmonies of #AABD32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD32

Black with #AABD32

Text Example


Text Example

White with #AABD32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD32; }

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

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

background-color css

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

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

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

border-color css

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

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

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