Html Css Color HEX #A2BB29 Bahia

📋 copy color: '#A2BB29'

red 162 ◦ green 187 ◦ blue 41

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

Shades of Bahia #A2BB29

Tints of Bahia #A2BB29

RGB

 RED value IS 162 (63.67% from 255) = 41.54%

 GREEN value IS 187 (73.44% from 255) = 47.95%

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

R = 41.54%
G = 47.95%
B = 10.51%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#A2BB29 (or 0xA2BB29) is known color: Bahia. HEX triplet: A2, BB and 29. RGB value is (162,187,41). Sum of RGB (Red+Green+Blue) = 162+187+41=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 187 (73.44% from 255 or 47.95% from 390); Blue value is 41 (16.41% from 255 or 10.51% from 390); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BB29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BB29 is #5D44D6. Grayscale: #A3A3A3. Windows color (decimal): -6112471 or 2735010. OLE color: 2735010.

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

Color convert

RGB 162 187 41 -
CMYK 0.13 0 0.78 0.27
HSL 70.27º 0.64% 0.45% -
HSV(B) 70.27º 0.78% 0.73% -
XYZ 33.07 43.38 8.73 -
YUV 162.88 59.22 127.37 -
System Red Green Blue C M Y K H S L
Decimal 162 187 41 0.13 0 0.78 0.27 70.27 0.64 0.45
Hex A2 BB 29 D 0 4E 1B 46 40 2D
Octal 242 273 51 15 0 116 33 106 100 55
Binary 10100010 10111011 101001 1101 0 1001110 11011 1000110 1000000 101101

Color Harmonies of #A2BB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BB29

Black with #A2BB29

Text Example


Text Example

White with #A2BB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BB29; }

 p { color: rgb(162,187,41); }

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

background-color css

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

 a { background-color: rgb(162,187,41); }

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

border-color css

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

 span { border-color: rgb(162,187,41); }

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