Html Css Color HEX #9CB96E Olivine

📋 copy color: '#9CB96E'

red 156 ◦ green 185 ◦ blue 110

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

Shades of Olivine #9CB96E

Tints of Olivine #9CB96E

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 34.59%
G = 41.02%
B = 24.39%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#9CB96E (or 0x9CB96E) is known color: Olivine. HEX triplet: 9C, B9 and 6E. RGB value is (156,185,110). Sum of RGB (Red+Green+Blue) = 156+185+110=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB96E is #634691. Grayscale: #A8A8A8. Windows color (decimal): -6506130 or 7256476. OLE color: 7256476.

HSL color Cylindrical-coordinate representation of color #9CB96E: hue angle of 83.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CB96E is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 110 -
CMYK 0.16 0 0.41 0.27
HSL 83.2º 0.35% 0.58% -
HSV(B) 83.2º 0.41% 0.73% -
XYZ 33.87 42.89 21.25 -
YUV 167.78 95.39 119.6 -
System Red Green Blue C M Y K H S L
Decimal 156 185 110 0.16 0 0.41 0.27 83.2 0.35 0.58
Hex 9C B9 6E 10 0 29 1B 53 23 3A
Octal 234 271 156 20 0 51 33 123 43 72
Binary 10011100 10111001 1101110 10000 0 101001 11011 1010011 100011 111010

Color Harmonies of #9CB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB96E

Black with #9CB96E

Text Example


Text Example

White with #9CB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,185,110); }

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

background-color css

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

 a { background-color: rgb(156,185,110); }

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

border-color css

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

 span { border-color: rgb(156,185,110); }

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