Html Css Color HEX #99C275 Olivine

📋 copy color: '#99C275'

red 153 ◦ green 194 ◦ blue 117

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

Shades of Olivine #99C275

Tints of Olivine #99C275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 32.97%
G = 41.81%
B = 25.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#99C275 (or 0x99C275) is known color: Olivine. HEX triplet: 99, C2 and 75. RGB value is (153,194,117). Sum of RGB (Red+Green+Blue) = 153+194+117=464 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.97% from 464); Green value is 194 (76.17% from 255 or 41.81% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 194 - color contains mainly: green. Hex color #99C275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C275 is #663D8A. Grayscale: #ADADAD. Windows color (decimal): -6700427 or 7717529. OLE color: 7717529.

HSL color Cylindrical-coordinate representation of color #99C275: hue angle of 91.95º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99C275 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 153 194 117 -
CMYK 0.21 0 0.40 0.24
HSL 91.95º 0.39% 0.61% -
HSV(B) 91.95º 0.4% 0.76% -
XYZ 35.64 46.64 23.95 -
YUV 172.96 96.42 113.76 -
System Red Green Blue C M Y K H S L
Decimal 153 194 117 0.21 0 0.40 0.24 91.95 0.39 0.61
Hex 99 C2 75 15 0 28 18 5C 27 3D
Octal 231 302 165 25 0 50 30 134 47 75
Binary 10011001 11000010 1110101 10101 0 101000 11000 1011100 100111 111101

Color Harmonies of #99C275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C275

Black with #99C275

Text Example


Text Example

White with #99C275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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