Html Css Color HEX #99C164 Olivine

📋 copy color: '#99C164'

red 153 ◦ green 193 ◦ blue 100

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

Shades of Olivine #99C164

Tints of Olivine #99C164

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.27%

 BLUE value IS 100 (39.45% from 255) = 22.42%

R = 34.3%
G = 43.27%
B = 22.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#99C164 (or 0x99C164) is known color: Olivine. HEX triplet: 99, C1 and 64. RGB value is (153,193,100). Sum of RGB (Red+Green+Blue) = 153+193+100=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #99C164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C164 is #663E9B. Grayscale: #AAAAAA. Windows color (decimal): -6700700 or 6603161. OLE color: 6603161.

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

Color convert

RGB 153 193 100 -
CMYK 0.21 0 0.48 0.24
HSL 85.81º 0.43% 0.57% -
HSV(B) 85.81º 0.48% 0.76% -
XYZ 34.51 45.83 19.08 -
YUV 170.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 153 193 100 0.21 0 0.48 0.24 85.81 0.43 0.57
Hex 99 C1 64 15 0 30 18 56 2B 39
Octal 231 301 144 25 0 60 30 126 53 71
Binary 10011001 11000001 1100100 10101 0 110000 11000 1010110 101011 111001

Color Harmonies of #99C164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C164

Black with #99C164

Text Example


Text Example

White with #99C164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,193,100); }

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

background-color css

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

 a { background-color: rgb(153,193,100); }

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

border-color css

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

 span { border-color: rgb(153,193,100); }

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