Html Css Color HEX #99C965 Olivine

📋 copy color: '#99C965'

red 153 ◦ green 201 ◦ blue 101

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

Shades of Olivine #99C965

Tints of Olivine #99C965

RGB

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

 GREEN value IS 201 (78.91% from 255) = 44.18%

 BLUE value IS 101 (39.84% from 255) = 22.2%

R = 33.63%
G = 44.18%
B = 22.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#99C965 (or 0x99C965) is known color: Olivine. HEX triplet: 99, C9 and 65. RGB value is (153,201,101). Sum of RGB (Red+Green+Blue) = 153+201+101=455 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.63% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 101 (39.84% from 255 or 22.20% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #99C965 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C965 is #66369A. Grayscale: #AFAFAF. Windows color (decimal): -6698651 or 6670745. OLE color: 6670745.

HSL color Cylindrical-coordinate representation of color #99C965: hue angle of 88.8º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99C965 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB 153 201 101 -
CMYK 0.24 0 0.50 0.21
HSL 88.8º 0.48% 0.59% -
HSV(B) 88.8º 0.5% 0.79% -
XYZ 36.37 49.49 19.95 -
YUV 175.25 86.1 112.13 -
System Red Green Blue C M Y K H S L
Decimal 153 201 101 0.24 0 0.50 0.21 88.8 0.48 0.59
Hex 99 C9 65 18 0 32 15 59 30 3B
Octal 231 311 145 30 0 62 25 131 60 73
Binary 10011001 11001001 1100101 11000 0 110010 10101 1011001 110000 111011

Color Harmonies of #99C965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C965

Black with #99C965

Text Example


Text Example

White with #99C965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,201,101); }

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

background-color css

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

 a { background-color: rgb(153,201,101); }

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

border-color css

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

 span { border-color: rgb(153,201,101); }

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