Html Css Color HEX #A2B829 Bahia

📋 copy color: '#A2B829'

red 162 ◦ green 184 ◦ blue 41

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

Shades of Bahia #A2B829

Tints of Bahia #A2B829

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.55%

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

R = 41.86%
G = 47.55%
B = 10.59%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#A2B829 (or 0xA2B829) is known color: Bahia. HEX triplet: A2, B8 and 29. RGB value is (162,184,41). Sum of RGB (Red+Green+Blue) = 162+184+41=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B829 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B829 is #5D47D6. Grayscale: #A1A1A1. Windows color (decimal): -6113239 or 2734242. OLE color: 2734242.

HSL color Cylindrical-coordinate representation of color #A2B829: hue angle of 69.23º degrees, saturation: 0.64, 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 #A2B829 is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 184 41 -
CMYK 0.12 0 0.78 0.28
HSL 69.23º 0.64% 0.44% -
HSV(B) 69.23º 0.78% 0.72% -
XYZ 32.44 42.12 8.52 -
YUV 161.12 60.21 128.63 -
System Red Green Blue C M Y K H S L
Decimal 162 184 41 0.12 0 0.78 0.28 69.23 0.64 0.44
Hex A2 B8 29 C 0 4E 1C 45 40 2C
Octal 242 270 51 14 0 116 34 105 100 54
Binary 10100010 10111000 101001 1100 0 1001110 11100 1000101 1000000 101100

Color Harmonies of #A2B829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B829

Black with #A2B829

Text Example


Text Example

White with #A2B829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B829; }

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

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

background-color css

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

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

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

border-color css

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

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

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