Html Css Color HEX #A2B931 Bahia

📋 copy color: '#A2B931'

red 162 ◦ green 185 ◦ blue 49

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

Shades of Bahia #A2B931

Tints of Bahia #A2B931

RGB

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

 GREEN value IS 185 (72.66% from 255) = 46.72%

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

R = 40.91%
G = 46.72%
B = 12.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#A2B931 (or 0xA2B931) is known color: Bahia. HEX triplet: A2, B9 and 31. RGB value is (162,185,49). Sum of RGB (Red+Green+Blue) = 162+185+49=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 49 (19.53% from 255 or 12.37% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B931 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B931 is #5D46CE. Grayscale: #A3A3A3. Windows color (decimal): -6112975 or 3258786. OLE color: 3258786.

HSL color Cylindrical-coordinate representation of color #A2B931: hue angle of 70.15º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A2B931 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 49 -
CMYK 0.12 0 0.74 0.27
HSL 70.15º 0.58% 0.46% -
HSV(B) 70.15º 0.74% 0.73% -
XYZ 32.8 42.6 9.4 -
YUV 162.62 63.88 127.56 -
System Red Green Blue C M Y K H S L
Decimal 162 185 49 0.12 0 0.74 0.27 70.15 0.58 0.46
Hex A2 B9 31 C 0 4A 1B 46 3A 2E
Octal 242 271 61 14 0 112 33 106 72 56
Binary 10100010 10111001 110001 1100 0 1001010 11011 1000110 111010 101110

Color Harmonies of #A2B931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B931

Black with #A2B931

Text Example


Text Example

White with #A2B931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B931; }

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

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

background-color css

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

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

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

border-color css

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

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

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