Html Css Color HEX #99C062 Olivine

📋 copy color: '#99C062'

red 153 ◦ green 192 ◦ blue 98

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

Shades of Olivine #99C062

Tints of Olivine #99C062

RGB

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

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

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

R = 34.54%
G = 43.34%
B = 22.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#99C062 (or 0x99C062) is known color: Olivine. HEX triplet: 99, C0 and 62. RGB value is (153,192,98). Sum of RGB (Red+Green+Blue) = 153+192+98=443 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.54% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #99C062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C062 is #663F9D. Grayscale: #A9A9A9. Windows color (decimal): -6700958 or 6471833. OLE color: 6471833.

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

Color convert

RGB 153 192 98 -
CMYK 0.20 0 0.49 0.25
HSL 84.89º 0.43% 0.57% -
HSV(B) 84.89º 0.49% 0.75% -
XYZ 34.19 45.35 18.51 -
YUV 169.62 87.58 116.14 -
System Red Green Blue C M Y K H S L
Decimal 153 192 98 0.20 0 0.49 0.25 84.89 0.43 0.57
Hex 99 C0 62 14 0 31 19 55 2B 39
Octal 231 300 142 24 0 61 31 125 53 71
Binary 10011001 11000000 1100010 10100 0 110001 11001 1010101 101011 111001

Color Harmonies of #99C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C062

Black with #99C062

Text Example


Text Example

White with #99C062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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