Html Css Color HEX #AABD28 Bahia

📋 copy color: '#AABD28'

red 170 ◦ green 189 ◦ blue 40

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

Shades of Bahia #AABD28

Tints of Bahia #AABD28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.03%

R = 42.61%
G = 47.37%
B = 10.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#AABD28 (or 0xAABD28) is known color: Bahia. HEX triplet: AA, BD and 28. RGB value is (170,189,40). Sum of RGB (Red+Green+Blue) = 170+189+40=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 40 (16.02% from 255 or 10.03% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABD28 is #5542D7. Grayscale: #A6A6A6. Windows color (decimal): -5587672 or 2669994. OLE color: 2669994.

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

Color convert

RGB 170 189 40 -
CMYK 0.10 0 0.79 0.26
HSL 67.65º 0.65% 0.45% -
HSV(B) 67.65º 0.79% 0.74% -
XYZ 35.16 45.09 8.86 -
YUV 166.33 56.71 130.62 -
System Red Green Blue C M Y K H S L
Decimal 170 189 40 0.10 0 0.79 0.26 67.65 0.65 0.45
Hex AA BD 28 A 0 4F 1A 44 41 2D
Octal 252 275 50 12 0 117 32 104 101 55
Binary 10101010 10111101 101000 1010 0 1001111 11010 1000100 1000001 101101

Color Harmonies of #AABD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD28

Black with #AABD28

Text Example


Text Example

White with #AABD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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