Html Css Color HEX #99BC70 Olivine

📋 copy color: '#99BC70'

red 153 ◦ green 188 ◦ blue 112

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

Shades of Olivine #99BC70

Tints of Olivine #99BC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.72%

R = 33.77%
G = 41.5%
B = 24.72%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#99BC70 (or 0x99BC70) is known color: Olivine. HEX triplet: 99, BC and 70. RGB value is (153,188,112). Sum of RGB (Red+Green+Blue) = 153+188+112=453 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.77% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC70 is #66438F. Grayscale: #A9A9A9. Windows color (decimal): -6701968 or 7388313. OLE color: 7388313.

HSL color Cylindrical-coordinate representation of color #99BC70: hue angle of 87.63º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99BC70 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 153 188 112 -
CMYK 0.19 0 0.40 0.26
HSL 87.63º 0.36% 0.59% -
HSV(B) 87.63º 0.4% 0.74% -
XYZ 34.04 43.91 22.01 -
YUV 168.87 95.9 116.68 -
System Red Green Blue C M Y K H S L
Decimal 153 188 112 0.19 0 0.40 0.26 87.63 0.36 0.59
Hex 99 BC 70 13 0 28 1A 58 24 3B
Octal 231 274 160 23 0 50 32 130 44 73
Binary 10011001 10111100 1110000 10011 0 101000 11010 1011000 100100 111011

Color Harmonies of #99BC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC70

Black with #99BC70

Text Example


Text Example

White with #99BC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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