Html Css Color HEX #A2C429 Bahia

📋 copy color: '#A2C429'

red 162 ◦ green 196 ◦ blue 41

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

Shades of Bahia #A2C429

Tints of Bahia #A2C429

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49.12%

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

R = 40.6%
G = 49.12%
B = 10.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#A2C429 (or 0xA2C429) is known color: Bahia. HEX triplet: A2, C4 and 29. RGB value is (162,196,41). Sum of RGB (Red+Green+Blue) = 162+196+41=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 196 (76.95% from 255 or 49.12% from 399); Blue value is 41 (16.41% from 255 or 10.28% from 399); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C429 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C429 is #5D3BD6. Grayscale: #A8A8A8. Windows color (decimal): -6110167 or 2737314. OLE color: 2737314.

HSL color Cylindrical-coordinate representation of color #A2C429: hue angle of 73.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A2C429 is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 41 -
CMYK 0.17 0 0.79 0.23
HSL 73.16º 0.65% 0.46% -
HSV(B) 73.16º 0.79% 0.77% -
XYZ 35.04 47.32 9.38 -
YUV 168.16 56.24 123.6 -
System Red Green Blue C M Y K H S L
Decimal 162 196 41 0.17 0 0.79 0.23 73.16 0.65 0.46
Hex A2 C4 29 11 0 4F 17 49 41 2E
Octal 242 304 51 21 0 117 27 111 101 56
Binary 10100010 11000100 101001 10001 0 1001111 10111 1001001 1000001 101110

Color Harmonies of #A2C429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C429

Black with #A2C429

Text Example


Text Example

White with #A2C429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C429; }

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

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

background-color css

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

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

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

border-color css

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

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

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