Html Css Color HEX #99BC60 Olivine

📋 copy color: '#99BC60'

red 153 ◦ green 188 ◦ blue 96

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

Shades of Olivine #99BC60

Tints of Olivine #99BC60

RGB

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

 GREEN value IS 188 (73.83% from 255) = 43.02%

 BLUE value IS 96 (37.89% from 255) = 21.97%

R = 35.01%
G = 43.02%
B = 21.97%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#99BC60 (or 0x99BC60) is known color: Olivine. HEX triplet: 99, BC and 60. RGB value is (153,188,96). Sum of RGB (Red+Green+Blue) = 153+188+96=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC60 is #66439F. Grayscale: #A7A7A7. Windows color (decimal): -6701984 or 6339737. OLE color: 6339737.

HSL color Cylindrical-coordinate representation of color #99BC60: hue angle of 82.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99BC60 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 96 -
CMYK 0.19 0 0.49 0.26
HSL 82.83º 0.41% 0.56% -
HSV(B) 82.83º 0.49% 0.74% -
XYZ 33.23 43.58 17.73 -
YUV 167.05 87.9 117.98 -
System Red Green Blue C M Y K H S L
Decimal 153 188 96 0.19 0 0.49 0.26 82.83 0.41 0.56
Hex 99 BC 60 13 0 31 1A 53 29 38
Octal 231 274 140 23 0 61 32 123 51 70
Binary 10011001 10111100 1100000 10011 0 110001 11010 1010011 101001 111000

Color Harmonies of #99BC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC60

Black with #99BC60

Text Example


Text Example

White with #99BC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,188,96); }

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

background-color css

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

 a { background-color: rgb(153,188,96); }

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

border-color css

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

 span { border-color: rgb(153,188,96); }

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