Html Css Color HEX #A2B976 Olivine

📋 copy color: '#A2B976'

red 162 ◦ green 185 ◦ blue 118

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

Shades of Olivine #A2B976

Tints of Olivine #A2B976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.78%

 BLUE value IS 118 (46.48% from 255) = 25.38%

R = 34.84%
G = 39.78%
B = 25.38%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#A2B976 (or 0xA2B976) is known color: Olivine. HEX triplet: A2, B9 and 76. RGB value is (162,185,118). Sum of RGB (Red+Green+Blue) = 162+185+118=465 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.84% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2B976 is #5D4689. Grayscale: #AAAAAA. Windows color (decimal): -6112906 or 7780770. OLE color: 7780770.

HSL color Cylindrical-coordinate representation of color #A2B976: hue angle of 80.6º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2B976 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 185 118 -
CMYK 0.12 0 0.36 0.27
HSL 80.6º 0.32% 0.59% -
HSV(B) 80.6º 0.36% 0.73% -
XYZ 35.52 43.69 23.7 -
YUV 170.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 162 185 118 0.12 0 0.36 0.27 80.6 0.32 0.59
Hex A2 B9 76 C 0 24 1B 51 20 3B
Octal 242 271 166 14 0 44 33 121 40 73
Binary 10100010 10111001 1110110 1100 0 100100 11011 1010001 100000 111011

Color Harmonies of #A2B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2B976

Black with #A2B976

Text Example


Text Example

White with #A2B976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2B976; }

 p { color: rgb(162,185,118); }

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

background-color css

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

 a { background-color: rgb(162,185,118); }

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

border-color css

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

 span { border-color: rgb(162,185,118); }

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