Html Css Color HEX #99B980 Olivine

📋 copy color: '#99B980'

red 153 ◦ green 185 ◦ blue 128

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

Shades of Olivine #99B980

Tints of Olivine #99B980

RGB

 RED value IS 153 (60.16% from 255) = 32.83%

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

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

R = 32.83%
G = 39.7%
B = 27.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#99B980 (or 0x99B980) is known color: Olivine. HEX triplet: 99, B9 and 80. RGB value is (153,185,128). Sum of RGB (Red+Green+Blue) = 153+185+128=466 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.83% from 466); Green value is 185 (72.66% from 255 or 39.70% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 185 - color contains mainly: green. Hex color #99B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B980 is #66467F. Grayscale: #A9A9A9. Windows color (decimal): -6702720 or 8436121. OLE color: 8436121.

HSL color Cylindrical-coordinate representation of color #99B980: hue angle of 93.68º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99B980 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 185 128 -
CMYK 0.17 0 0.31 0.27
HSL 93.68º 0.29% 0.61% -
HSV(B) 93.68º 0.31% 0.73% -
XYZ 34.38 43.03 26.92 -
YUV 168.93 104.9 116.63 -
System Red Green Blue C M Y K H S L
Decimal 153 185 128 0.17 0 0.31 0.27 93.68 0.29 0.61
Hex 99 B9 80 11 0 1F 1B 5E 1D 3D
Octal 231 271 200 21 0 37 33 136 35 75
Binary 10011001 10111001 10000000 10001 0 11111 11011 1011110 11101 111101

Color Harmonies of #99B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B980

Black with #99B980

Text Example


Text Example

White with #99B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99B980; }

 p { color: rgb(153,185,128); }

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

background-color css

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

 a { background-color: rgb(153,185,128); }

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

border-color css

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

 span { border-color: rgb(153,185,128); }

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