Html Css Color HEX #A2B331 Bahia

📋 copy color: '#A2B331'

red 162 ◦ green 179 ◦ blue 49

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

Shades of Bahia #A2B331

Tints of Bahia #A2B331

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.9%

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

R = 41.54%
G = 45.9%
B = 12.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#A2B331 (or 0xA2B331) is known color: Bahia. HEX triplet: A2, B3 and 31. RGB value is (162,179,49). Sum of RGB (Red+Green+Blue) = 162+179+49=390 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.54% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 49 (19.53% from 255 or 12.56% from 390); Max value from RGB is 179 - color contains mainly: green. Hex color #A2B331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B331 is #5D4CCE. Grayscale: #9F9F9F. Windows color (decimal): -6114511 or 3257250. OLE color: 3257250.

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

Color convert

RGB 162 179 49 -
CMYK 0.09 0 0.73 0.30
HSL 67.85º 0.57% 0.45% -
HSV(B) 67.85º 0.73% 0.7% -
XYZ 31.57 40.14 8.99 -
YUV 159.1 65.87 130.07 -
System Red Green Blue C M Y K H S L
Decimal 162 179 49 0.09 0 0.73 0.30 67.85 0.57 0.45
Hex A2 B3 31 9 0 49 1E 44 39 2D
Octal 242 263 61 11 0 111 36 104 71 55
Binary 10100010 10110011 110001 1001 0 1001001 11110 1000100 111001 101101

Color Harmonies of #A2B331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B331

Black with #A2B331

Text Example


Text Example

White with #A2B331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B331; }

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

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

background-color css

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

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

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

border-color css

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

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

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