Html Css Color HEX #A2B431 Bahia

📋 copy color: '#A2B431'

red 162 ◦ green 180 ◦ blue 49

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

Shades of Bahia #A2B431

Tints of Bahia #A2B431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.04%

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

R = 41.43%
G = 46.04%
B = 12.53%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#A2B431 (or 0xA2B431) is known color: Bahia. HEX triplet: A2, B4 and 31. RGB value is (162,180,49). Sum of RGB (Red+Green+Blue) = 162+180+49=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 49 (19.53% from 255 or 12.53% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #A2B431 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B431 is #5D4BCE. Grayscale: #A0A0A0. Windows color (decimal): -6114255 or 3257506. OLE color: 3257506.

HSL color Cylindrical-coordinate representation of color #A2B431: hue angle of 68.24º 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 #A2B431 is Cyan = 0.1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 180 49 -
CMYK 0.1 0 0.73 0.29
HSL 68.24º 0.57% 0.45% -
HSV(B) 68.24º 0.73% 0.71% -
XYZ 31.78 40.55 9.06 -
YUV 159.68 65.54 129.65 -
System Red Green Blue C M Y K H S L
Decimal 162 180 49 0.1 0 0.73 0.29 68.24 0.57 0.45
Hex A2 B4 31 A 0 49 1D 44 39 2D
Octal 242 264 61 12 0 111 35 104 71 55
Binary 10100010 10110100 110001 1010 0 1001001 11101 1000100 111001 101101

Color Harmonies of #A2B431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B431

Black with #A2B431

Text Example


Text Example

White with #A2B431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B431; }

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

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

background-color css

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

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

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

border-color css

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

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

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