Html Css Color HEX #A2BC29 Bahia

📋 copy color: '#A2BC29'

red 162 ◦ green 188 ◦ blue 41

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

Shades of Bahia #A2BC29

Tints of Bahia #A2BC29

RGB

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

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

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

R = 41.43%
G = 48.08%
B = 10.49%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#A2BC29 (or 0xA2BC29) is known color: Bahia. HEX triplet: A2, BC and 29. RGB value is (162,188,41). Sum of RGB (Red+Green+Blue) = 162+188+41=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 41 (16.41% from 255 or 10.49% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BC29 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2BC29 is #5D43D6. Grayscale: #A4A4A4. Windows color (decimal): -6112215 or 2735266. OLE color: 2735266.

HSL color Cylindrical-coordinate representation of color #A2BC29: hue angle of 70.61º 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 #A2BC29 is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 162 188 41 -
CMYK 0.14 0 0.78 0.26
HSL 70.61º 0.64% 0.45% -
HSV(B) 70.61º 0.78% 0.74% -
XYZ 33.28 43.81 8.8 -
YUV 163.47 58.89 126.95 -
System Red Green Blue C M Y K H S L
Decimal 162 188 41 0.14 0 0.78 0.26 70.61 0.64 0.45
Hex A2 BC 29 E 0 4E 1A 47 40 2D
Octal 242 274 51 16 0 116 32 107 100 55
Binary 10100010 10111100 101001 1110 0 1001110 11010 1000111 1000000 101101

Color Harmonies of #A2BC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BC29

Black with #A2BC29

Text Example


Text Example

White with #A2BC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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