Html Css Color HEX #A2B72A Bahia

📋 copy color: '#A2B72A'

red 162 ◦ green 183 ◦ blue 42

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

Shades of Bahia #A2B72A

Tints of Bahia #A2B72A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.85%

R = 41.86%
G = 47.29%
B = 10.85%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#A2B72A (or 0xA2B72A) is known color: Bahia. HEX triplet: A2, B7 and 2A. RGB value is (162,183,42). Sum of RGB (Red+Green+Blue) = 162+183+42=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 42 (16.80% from 255 or 10.85% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #A2B72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2B72A is #5D48D5. Grayscale: #A1A1A1. Windows color (decimal): -6113494 or 2799522. OLE color: 2799522.

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

Color convert

RGB 162 183 42 -
CMYK 0.11 0 0.77 0.28
HSL 68.94º 0.63% 0.44% -
HSV(B) 68.94º 0.77% 0.72% -
XYZ 32.25 41.72 8.54 -
YUV 160.65 61.04 128.96 -
System Red Green Blue C M Y K H S L
Decimal 162 183 42 0.11 0 0.77 0.28 68.94 0.63 0.44
Hex A2 B7 2A B 0 4D 1C 45 3F 2C
Octal 242 267 52 13 0 115 34 105 77 54
Binary 10100010 10110111 101010 1011 0 1001101 11100 1000101 111111 101100

Color Harmonies of #A2B72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B72A

Black with #A2B72A

Text Example


Text Example

White with #A2B72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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