Html Css Color HEX #A2B72E Bahia

📋 copy color: '#A2B72E'

red 162 ◦ green 183 ◦ blue 46

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

Shades of Bahia #A2B72E

Tints of Bahia #A2B72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.76%

R = 41.43%
G = 46.8%
B = 11.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#A2B72E (or 0xA2B72E) is known color: Bahia. HEX triplet: A2, B7 and 2E. RGB value is (162,183,46). Sum of RGB (Red+Green+Blue) = 162+183+46=391 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.43% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 46 (18.36% from 255 or 11.76% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B72E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B72E is #5D48D1. Grayscale: #A1A1A1. Windows color (decimal): -6113490 or 3061666. OLE color: 3061666.

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

Color convert

RGB 162 183 46 -
CMYK 0.11 0 0.75 0.28
HSL 69.2º 0.6% 0.45% -
HSV(B) 69.2º 0.75% 0.72% -
XYZ 32.33 41.75 8.94 -
YUV 161.1 63.04 128.64 -
System Red Green Blue C M Y K H S L
Decimal 162 183 46 0.11 0 0.75 0.28 69.2 0.6 0.45
Hex A2 B7 2E B 0 4B 1C 45 3C 2D
Octal 242 267 56 13 0 113 34 105 74 55
Binary 10100010 10110111 101110 1011 0 1001011 11100 1000101 111100 101101

Color Harmonies of #A2B72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B72E

Black with #A2B72E

Text Example


Text Example

White with #A2B72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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