Html Css Color HEX #99BC63 Olivine

📋 copy color: '#99BC63'

red 153 ◦ green 188 ◦ blue 99

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

Shades of Olivine #99BC63

Tints of Olivine #99BC63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.5%

R = 34.77%
G = 42.73%
B = 22.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#99BC63 (or 0x99BC63) is known color: Olivine. HEX triplet: 99, BC and 63. RGB value is (153,188,99). Sum of RGB (Red+Green+Blue) = 153+188+99=440 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.77% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 99 (39.06% from 255 or 22.5% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC63 is #66439C. Grayscale: #A7A7A7. Windows color (decimal): -6701981 or 6536345. OLE color: 6536345.

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

Color convert

RGB 153 188 99 -
CMYK 0.19 0 0.47 0.26
HSL 83.6º 0.4% 0.56% -
HSV(B) 83.6º 0.47% 0.74% -
XYZ 33.37 43.64 18.47 -
YUV 167.39 89.4 117.74 -
System Red Green Blue C M Y K H S L
Decimal 153 188 99 0.19 0 0.47 0.26 83.6 0.4 0.56
Hex 99 BC 63 13 0 2F 1A 54 28 38
Octal 231 274 143 23 0 57 32 124 50 70
Binary 10011001 10111100 1100011 10011 0 101111 11010 1010100 101000 111000

Color Harmonies of #99BC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC63

Black with #99BC63

Text Example


Text Example

White with #99BC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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