Html Css Color HEX #A2B52B Bahia

📋 copy color: '#A2B52B'

red 162 ◦ green 181 ◦ blue 43

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

Shades of Bahia #A2B52B

Tints of Bahia #A2B52B

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.89%

 BLUE value IS 43 (17.19% from 255) = 11.14%

R = 41.97%
G = 46.89%
B = 11.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#A2B52B (or 0xA2B52B) is known color: Bahia. HEX triplet: A2, B5 and 2B. RGB value is (162,181,43). Sum of RGB (Red+Green+Blue) = 162+181+43=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B52B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B52B is #5D4AD4. Grayscale: #A0A0A0. Windows color (decimal): -6114005 or 2864546. OLE color: 2864546.

HSL color Cylindrical-coordinate representation of color #A2B52B: hue angle of 68.26º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A2B52B is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 181 43 -
CMYK 0.10 0 0.76 0.29
HSL 68.26º 0.62% 0.44% -
HSV(B) 68.26º 0.76% 0.71% -
XYZ 31.86 40.9 8.5 -
YUV 159.59 62.21 129.72 -
System Red Green Blue C M Y K H S L
Decimal 162 181 43 0.10 0 0.76 0.29 68.26 0.62 0.44
Hex A2 B5 2B A 0 4C 1D 44 3E 2C
Octal 242 265 53 12 0 114 35 104 76 54
Binary 10100010 10110101 101011 1010 0 1001100 11101 1000100 111110 101100

Color Harmonies of #A2B52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B52B

Black with #A2B52B

Text Example


Text Example

White with #A2B52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B52B; }

 p { color: rgb(162,181,43); }

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

background-color css

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

 a { background-color: rgb(162,181,43); }

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

border-color css

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

 span { border-color: rgb(162,181,43); }

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