Html Css Color HEX #9CC168 Olivine

📋 copy color: '#9CC168'

red 156 ◦ green 193 ◦ blue 104

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

Shades of Olivine #9CC168

Tints of Olivine #9CC168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.96%

R = 34.44%
G = 42.6%
B = 22.96%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#9CC168 (or 0x9CC168) is known color: Olivine. HEX triplet: 9C, C1 and 68. RGB value is (156,193,104). Sum of RGB (Red+Green+Blue) = 156+193+104=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 193 (75.78% from 255 or 42.60% from 453); Blue value is 104 (41.02% from 255 or 22.96% from 453); Max value from RGB is 193 - color contains mainly: green. Hex color #9CC168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC168 is #633E97. Grayscale: #ACACAC. Windows color (decimal): -6504088 or 6865308. OLE color: 6865308.

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

Color convert

RGB 156 193 104 -
CMYK 0.19 0 0.46 0.24
HSL 84.94º 0.42% 0.58% -
HSV(B) 84.94º 0.46% 0.76% -
XYZ 35.28 46.21 20.16 -
YUV 171.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 156 193 104 0.19 0 0.46 0.24 84.94 0.42 0.58
Hex 9C C1 68 13 0 2E 18 55 2A 3A
Octal 234 301 150 23 0 56 30 125 52 72
Binary 10011100 11000001 1101000 10011 0 101110 11000 1010101 101010 111010

Color Harmonies of #9CC168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC168

Black with #9CC168

Text Example


Text Example

White with #9CC168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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