Html Css Color HEX #A2BA76 Olivine

📋 copy color: '#A2BA76'

red 162 ◦ green 186 ◦ blue 118

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

Shades of Olivine #A2BA76

Tints of Olivine #A2BA76

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.91%

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

R = 34.76%
G = 39.91%
B = 25.32%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A2BA76 (or 0xA2BA76) is known color: Olivine. HEX triplet: A2, BA and 76. RGB value is (162,186,118). Sum of RGB (Red+Green+Blue) = 162+186+118=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 118 (46.48% from 255 or 25.32% from 466); Max value from RGB is 186 - color contains mainly: green. Hex color #A2BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2BA76 is #5D4589. Grayscale: #ABABAB. Windows color (decimal): -6112650 or 7781026. OLE color: 7781026.

HSL color Cylindrical-coordinate representation of color #A2BA76: hue angle of 81.18º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2BA76 is Cyan = 0.13, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 162 186 118 -
CMYK 0.13 0 0.37 0.27
HSL 81.18º 0.33% 0.6% -
HSV(B) 81.18º 0.37% 0.73% -
XYZ 35.73 44.11 23.77 -
YUV 171.07 98.05 121.53 -
System Red Green Blue C M Y K H S L
Decimal 162 186 118 0.13 0 0.37 0.27 81.18 0.33 0.6
Hex A2 BA 76 D 0 25 1B 51 21 3C
Octal 242 272 166 15 0 45 33 121 41 74
Binary 10100010 10111010 1110110 1101 0 100101 11011 1010001 100001 111100

Color Harmonies of #A2BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2BA76

Black with #A2BA76

Text Example


Text Example

White with #A2BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2BA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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