Html Css Color HEX #99C262 Olivine

📋 copy color: '#99C262'

red 153 ◦ green 194 ◦ blue 98

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

Shades of Olivine #99C262

Tints of Olivine #99C262

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.6%

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

R = 34.38%
G = 43.6%
B = 22.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#99C262 (or 0x99C262) is known color: Olivine. HEX triplet: 99, C2 and 62. RGB value is (153,194,98). Sum of RGB (Red+Green+Blue) = 153+194+98=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #99C262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C262 is #663D9D. Grayscale: #ABABAB. Windows color (decimal): -6700446 or 6472345. OLE color: 6472345.

HSL color Cylindrical-coordinate representation of color #99C262: hue angle of 85.62º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99C262 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 98 -
CMYK 0.21 0 0.49 0.24
HSL 85.62º 0.44% 0.57% -
HSV(B) 85.62º 0.49% 0.76% -
XYZ 34.63 46.24 18.65 -
YUV 170.8 86.92 115.31 -
System Red Green Blue C M Y K H S L
Decimal 153 194 98 0.21 0 0.49 0.24 85.62 0.44 0.57
Hex 99 C2 62 15 0 31 18 56 2C 39
Octal 231 302 142 25 0 61 30 126 54 71
Binary 10011001 11000010 1100010 10101 0 110001 11000 1010110 101100 111001

Color Harmonies of #99C262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C262

Black with #99C262

Text Example


Text Example

White with #99C262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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