Html Css Color HEX #A2B729 Bahia

📋 copy color: '#A2B729'

red 162 ◦ green 183 ◦ blue 41

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

Shades of Bahia #A2B729

Tints of Bahia #A2B729

RGB

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

 GREEN value IS 183 (71.88% from 255) = 47.41%

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

R = 41.97%
G = 47.41%
B = 10.62%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#A2B729 (or 0xA2B729) is known color: Bahia. HEX triplet: A2, B7 and 29. RGB value is (162,183,41). Sum of RGB (Red+Green+Blue) = 162+183+41=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 41 (16.41% from 255 or 10.62% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B729 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B729 is #5D48D6. Grayscale: #A1A1A1. Windows color (decimal): -6113495 or 2733986. OLE color: 2733986.

HSL color Cylindrical-coordinate representation of color #A2B729: hue angle of 68.87º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A2B729 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 41 -
CMYK 0.11 0 0.78 0.28
HSL 68.87º 0.63% 0.44% -
HSV(B) 68.87º 0.78% 0.72% -
XYZ 32.23 41.71 8.45 -
YUV 160.53 60.54 129.05 -
System Red Green Blue C M Y K H S L
Decimal 162 183 41 0.11 0 0.78 0.28 68.87 0.63 0.44
Hex A2 B7 29 B 0 4E 1C 45 3F 2C
Octal 242 267 51 13 0 116 34 105 77 54
Binary 10100010 10110111 101001 1011 0 1001110 11100 1000101 111111 101100

Color Harmonies of #A2B729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B729

Black with #A2B729

Text Example


Text Example

White with #A2B729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B729; }

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

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

background-color css

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

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

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

border-color css

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

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

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