Html Css Color HEX #99BC62 Olivine

📋 copy color: '#99BC62'

red 153 ◦ green 188 ◦ blue 98

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

Shades of Olivine #99BC62

Tints of Olivine #99BC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.32%

R = 34.85%
G = 42.82%
B = 22.32%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#99BC62 (or 0x99BC62) is known color: Olivine. HEX triplet: 99, BC and 62. RGB value is (153,188,98). Sum of RGB (Red+Green+Blue) = 153+188+98=439 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.85% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC62 is #66439D. Grayscale: #A7A7A7. Windows color (decimal): -6701982 or 6470809. OLE color: 6470809.

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

Color convert

RGB 153 188 98 -
CMYK 0.19 0 0.48 0.26
HSL 83.33º 0.4% 0.56% -
HSV(B) 83.33º 0.48% 0.74% -
XYZ 33.32 43.62 18.22 -
YUV 167.28 88.9 117.82 -
System Red Green Blue C M Y K H S L
Decimal 153 188 98 0.19 0 0.48 0.26 83.33 0.4 0.56
Hex 99 BC 62 13 0 30 1A 53 28 38
Octal 231 274 142 23 0 60 32 123 50 70
Binary 10011001 10111100 1100010 10011 0 110000 11010 1010011 101000 111000

Color Harmonies of #99BC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC62

Black with #99BC62

Text Example


Text Example

White with #99BC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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