Html Css Color HEX #9CC164 Olivine

📋 copy color: '#9CC164'

red 156 ◦ green 193 ◦ blue 100

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

Shades of Olivine #9CC164

Tints of Olivine #9CC164

RGB

 RED value IS 156 (61.33% from 255) = 34.74%

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

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

R = 34.74%
G = 42.98%
B = 22.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#9CC164 (or 0x9CC164) is known color: Olivine. HEX triplet: 9C, C1 and 64. RGB value is (156,193,100). Sum of RGB (Red+Green+Blue) = 156+193+100=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 193 (75.78% from 255 or 42.98% from 449); Blue value is 100 (39.45% from 255 or 22.27% from 449); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC164 is #633E9B. Grayscale: #ABABAB. Windows color (decimal): -6504092 or 6603164. OLE color: 6603164.

HSL color Cylindrical-coordinate representation of color #9CC164: hue angle of 83.87º 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 #9CC164 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 193 100 -
CMYK 0.19 0 0.48 0.24
HSL 83.87º 0.43% 0.57% -
HSV(B) 83.87º 0.48% 0.76% -
XYZ 35.08 46.13 19.11 -
YUV 171.34 87.74 117.06 -
System Red Green Blue C M Y K H S L
Decimal 156 193 100 0.19 0 0.48 0.24 83.87 0.43 0.57
Hex 9C C1 64 13 0 30 18 54 2B 39
Octal 234 301 144 23 0 60 30 124 53 71
Binary 10011100 11000001 1100100 10011 0 110000 11000 1010100 101011 111001

Color Harmonies of #9CC164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC164

Black with #9CC164

Text Example


Text Example

White with #9CC164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9CC164; }

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

 H1.HeaderClassName
 {
   color: #9CC164;
 }
 .AnyTagClassName
 {
   color: #9CC164;
 }
</style>

background-color css

<style>
 a { background-color: #9CC164; }

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

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

border-color css

<style>
 span { border-color: #9CC164; }

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

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