Html Css Color HEX #99C080 Olivine

📋 copy color: '#99C080'

red 153 ◦ green 192 ◦ blue 128

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

Shades of Olivine #99C080

Tints of Olivine #99C080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.59%

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

R = 32.35%
G = 40.59%
B = 27.06%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#99C080 (or 0x99C080) is known color: Olivine. HEX triplet: 99, C0 and 80. RGB value is (153,192,128). Sum of RGB (Red+Green+Blue) = 153+192+128=473 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.35% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 128 (50.39% from 255 or 27.06% from 473); Max value from RGB is 192 - color contains mainly: green. Hex color #99C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99C080 is #663F7F. Grayscale: #ADADAD. Windows color (decimal): -6700928 or 8437913. OLE color: 8437913.

HSL color Cylindrical-coordinate representation of color #99C080: hue angle of 96.56º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99C080 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 192 128 -
CMYK 0.20 0 0.33 0.25
HSL 96.56º 0.34% 0.63% -
HSV(B) 96.56º 0.33% 0.75% -
XYZ 35.88 46.03 27.42 -
YUV 173.04 102.58 113.7 -
System Red Green Blue C M Y K H S L
Decimal 153 192 128 0.20 0 0.33 0.25 96.56 0.34 0.63
Hex 99 C0 80 14 0 21 19 61 22 3F
Octal 231 300 200 24 0 41 31 141 42 77
Binary 10011001 11000000 10000000 10100 0 100001 11001 1100001 100010 111111

Color Harmonies of #99C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C080

Black with #99C080

Text Example


Text Example

White with #99C080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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