Html Css Color HEX #AABD33 Bahia

📋 copy color: '#AABD33'

red 170 ◦ green 189 ◦ blue 51

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

Shades of Bahia #AABD33

Tints of Bahia #AABD33

RGB

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

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

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

R = 41.46%
G = 46.1%
B = 12.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#AABD33 (or 0xAABD33) is known color: Bahia. HEX triplet: AA, BD and 33. RGB value is (170,189,51). Sum of RGB (Red+Green+Blue) = 170+189+51=410 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.46% from 410); Green value is 189 (74.22% from 255 or 46.10% from 410); Blue value is 51 (20.31% from 255 or 12.44% from 410); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD33 is #5542CC. Grayscale: #A8A8A8. Windows color (decimal): -5587661 or 3390890. OLE color: 3390890.

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

Color convert

RGB 170 189 51 -
CMYK 0.10 0 0.73 0.26
HSL 68.26º 0.58% 0.47% -
HSV(B) 68.26º 0.73% 0.74% -
XYZ 35.37 45.18 9.99 -
YUV 167.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 170 189 51 0.10 0 0.73 0.26 68.26 0.58 0.47
Hex AA BD 33 A 0 49 1A 44 3A 2F
Octal 252 275 63 12 0 111 32 104 72 57
Binary 10101010 10111101 110011 1010 0 1001001 11010 1000100 111010 101111

Color Harmonies of #AABD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD33

Black with #AABD33

Text Example


Text Example

White with #AABD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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