Html Css Color HEX #A0BA76 Olivine

📋 copy color: '#A0BA76'

red 160 ◦ green 186 ◦ blue 118

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

Shades of Olivine #A0BA76

Tints of Olivine #A0BA76

RGB

 RED value IS 160 (62.89% from 255) = 34.48%

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

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

R = 34.48%
G = 40.09%
B = 25.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#A0BA76 (or 0xA0BA76) is known color: Olivine. HEX triplet: A0, BA and 76. RGB value is (160,186,118). Sum of RGB (Red+Green+Blue) = 160+186+118=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 186 (73.05% from 255 or 40.09% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BA76 is #5F4589. Grayscale: #AAAAAA. Windows color (decimal): -6243722 or 7781024. OLE color: 7781024.

HSL color Cylindrical-coordinate representation of color #A0BA76: hue angle of 82.94º 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 #A0BA76 is Cyan = 0.14, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 160 186 118 -
CMYK 0.14 0 0.37 0.27
HSL 82.94º 0.33% 0.6% -
HSV(B) 82.94º 0.37% 0.73% -
XYZ 35.33 43.9 23.75 -
YUV 170.47 98.39 120.53 -
System Red Green Blue C M Y K H S L
Decimal 160 186 118 0.14 0 0.37 0.27 82.94 0.33 0.6
Hex A0 BA 76 E 0 25 1B 53 21 3C
Octal 240 272 166 16 0 45 33 123 41 74
Binary 10100000 10111010 1110110 1110 0 100101 11011 1010011 100001 111100

Color Harmonies of #A0BA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BA76

Black with #A0BA76

Text Example


Text Example

White with #A0BA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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