Html Css Color HEX #A0BB80 Olivine

📋 copy color: '#A0BB80'

red 160 ◦ green 187 ◦ blue 128

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

Shades of Olivine #A0BB80

Tints of Olivine #A0BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.37%

 BLUE value IS 128 (50.39% from 255) = 26.95%

R = 33.68%
G = 39.37%
B = 26.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#A0BB80 (or 0xA0BB80) is known color: Olivine. HEX triplet: A0, BB and 80. RGB value is (160,187,128). Sum of RGB (Red+Green+Blue) = 160+187+128=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 187 (73.44% from 255 or 39.37% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BB80 is #5F447F. Grayscale: #ACACAC. Windows color (decimal): -6243456 or 8436640. OLE color: 8436640.

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

Color convert

RGB 160 187 128 -
CMYK 0.14 0 0.32 0.27
HSL 87.46º 0.3% 0.62% -
HSV(B) 87.46º 0.32% 0.73% -
XYZ 36.16 44.57 27.12 -
YUV 172.2 103.05 119.3 -
System Red Green Blue C M Y K H S L
Decimal 160 187 128 0.14 0 0.32 0.27 87.46 0.3 0.62
Hex A0 BB 80 E 0 20 1B 57 1E 3E
Octal 240 273 200 16 0 40 33 127 36 76
Binary 10100000 10111011 10000000 1110 0 100000 11011 1010111 11110 111110

Color Harmonies of #A0BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BB80

Black with #A0BB80

Text Example


Text Example

White with #A0BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BB80; }

 p { color: rgb(160,187,128); }

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

background-color css

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

 a { background-color: rgb(160,187,128); }

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

border-color css

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

 span { border-color: rgb(160,187,128); }

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