Html Css Color HEX #AABC29 Bahia

📋 copy color: '#AABC29'

red 170 ◦ green 188 ◦ blue 41

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

Shades of Bahia #AABC29

Tints of Bahia #AABC29

RGB

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

 GREEN value IS 188 (73.83% from 255) = 47.12%

 BLUE value IS 41 (16.41% from 255) = 10.28%

R = 42.61%
G = 47.12%
B = 10.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#AABC29 (or 0xAABC29) is known color: Bahia. HEX triplet: AA, BC and 29. RGB value is (170,188,41). Sum of RGB (Red+Green+Blue) = 170+188+41=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABC29 is #5543D6. Grayscale: #A6A6A6. Windows color (decimal): -5587927 or 2735274. OLE color: 2735274.

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

Color convert

RGB 170 188 41 -
CMYK 0.10 0 0.78 0.26
HSL 67.35º 0.64% 0.45% -
HSV(B) 67.35º 0.78% 0.74% -
XYZ 34.96 44.67 8.88 -
YUV 165.86 57.54 130.95 -
System Red Green Blue C M Y K H S L
Decimal 170 188 41 0.10 0 0.78 0.26 67.35 0.64 0.45
Hex AA BC 29 A 0 4E 1A 43 40 2D
Octal 252 274 51 12 0 116 32 103 100 55
Binary 10101010 10111100 101001 1010 0 1001110 11010 1000011 1000000 101101

Color Harmonies of #AABC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC29

Black with #AABC29

Text Example


Text Example

White with #AABC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC29; }

 p { color: rgb(170,188,41); }

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

background-color css

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

 a { background-color: rgb(170,188,41); }

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

border-color css

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

 span { border-color: rgb(170,188,41); }

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