Html Css Color HEX #9CC16C Olivine

📋 copy color: '#9CC16C'

red 156 ◦ green 193 ◦ blue 108

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

Shades of Olivine #9CC16C

Tints of Olivine #9CC16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 34.14%
G = 42.23%
B = 23.63%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#9CC16C (or 0x9CC16C) is known color: Olivine. HEX triplet: 9C, C1 and 6C. RGB value is (156,193,108). Sum of RGB (Red+Green+Blue) = 156+193+108=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC16C is #633E93. Grayscale: #ACACAC. Windows color (decimal): -6504084 or 7127452. OLE color: 7127452.

HSL color Cylindrical-coordinate representation of color #9CC16C: hue angle of 86.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9CC16C is Cyan = 0.19, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 156 193 108 -
CMYK 0.19 0 0.44 0.24
HSL 86.12º 0.41% 0.59% -
HSV(B) 86.12º 0.44% 0.76% -
XYZ 35.49 46.29 21.25 -
YUV 172.25 91.74 116.41 -
System Red Green Blue C M Y K H S L
Decimal 156 193 108 0.19 0 0.44 0.24 86.12 0.41 0.59
Hex 9C C1 6C 13 0 2C 18 56 29 3B
Octal 234 301 154 23 0 54 30 126 51 73
Binary 10011100 11000001 1101100 10011 0 101100 11000 1010110 101001 111011

Color Harmonies of #9CC16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC16C

Black with #9CC16C

Text Example


Text Example

White with #9CC16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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