Html Css Color HEX #A2B531 Bahia

📋 copy color: '#A2B531'

red 162 ◦ green 181 ◦ blue 49

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

Shades of Bahia #A2B531

Tints of Bahia #A2B531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.5%

R = 41.33%
G = 46.17%
B = 12.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A2B531 (or 0xA2B531) is known color: Bahia. HEX triplet: A2, B5 and 31. RGB value is (162,181,49). Sum of RGB (Red+Green+Blue) = 162+181+49=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B531 is #5D4ACE. Grayscale: #A0A0A0. Windows color (decimal): -6113999 or 3257762. OLE color: 3257762.

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

Color convert

RGB 162 181 49 -
CMYK 0.10 0 0.73 0.29
HSL 68.64º 0.57% 0.45% -
HSV(B) 68.64º 0.73% 0.71% -
XYZ 31.98 40.95 9.12 -
YUV 160.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 162 181 49 0.10 0 0.73 0.29 68.64 0.57 0.45
Hex A2 B5 31 A 0 49 1D 45 39 2D
Octal 242 265 61 12 0 111 35 105 71 55
Binary 10100010 10110101 110001 1010 0 1001001 11101 1000101 111001 101101

Color Harmonies of #A2B531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B531

Black with #A2B531

Text Example


Text Example

White with #A2B531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B531; }

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

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

background-color css

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

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

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

border-color css

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

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

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