Html Css Color HEX #A2B720 Bahia

📋 copy color: '#A2B720'

red 162 ◦ green 183 ◦ blue 32

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

Shades of Bahia #A2B720

Tints of Bahia #A2B720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.54%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 42.97%
G = 48.54%
B = 8.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#A2B720 (or 0xA2B720) is known color: Bahia. HEX triplet: A2, B7 and 20. RGB value is (162,183,32). Sum of RGB (Red+Green+Blue) = 162+183+32=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 183 (71.88% from 255 or 48.54% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B720 is #5D48DF. Grayscale: #A0A0A0. Windows color (decimal): -6113504 or 2144162. OLE color: 2144162.

HSL color Cylindrical-coordinate representation of color #A2B720: hue angle of 68.34º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2B720 is Cyan = 0.11, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 183 32 -
CMYK 0.11 0 0.83 0.28
HSL 68.34º 0.7% 0.42% -
HSV(B) 68.34º 0.83% 0.72% -
XYZ 32.09 41.65 7.71 -
YUV 159.51 56.04 129.78 -
System Red Green Blue C M Y K H S L
Decimal 162 183 32 0.11 0 0.83 0.28 68.34 0.7 0.42
Hex A2 B7 20 B 0 53 1C 44 46 2A
Octal 242 267 40 13 0 123 34 104 106 52
Binary 10100010 10110111 100000 1011 0 1010011 11100 1000100 1000110 101010

Color Harmonies of #A2B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B720

Black with #A2B720

Text Example


Text Example

White with #A2B720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B720; }

 p { color: rgb(162,183,32); }

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

background-color css

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

 a { background-color: rgb(162,183,32); }

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

border-color css

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

 span { border-color: rgb(162,183,32); }

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