Html Css Color HEX #9CB96D Olivine

📋 copy color: '#9CB96D'

red 156 ◦ green 185 ◦ blue 109

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

Shades of Olivine #9CB96D

Tints of Olivine #9CB96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.22%

R = 34.67%
G = 41.11%
B = 24.22%

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

#9CB96D (or 0x9CB96D) is known color: Olivine. HEX triplet: 9C, B9 and 6D. RGB value is (156,185,109). Sum of RGB (Red+Green+Blue) = 156+185+109=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB96D is #634692. Grayscale: #A7A7A7. Windows color (decimal): -6506131 or 7190940. OLE color: 7190940.

HSL color Cylindrical-coordinate representation of color #9CB96D: hue angle of 82.89º 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 #9CB96D is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 156 185 109 -
CMYK 0.16 0 0.41 0.27
HSL 82.89º 0.35% 0.58% -
HSV(B) 82.89º 0.41% 0.73% -
XYZ 33.82 42.87 20.96 -
YUV 167.67 94.89 119.68 -
System Red Green Blue C M Y K H S L
Decimal 156 185 109 0.16 0 0.41 0.27 82.89 0.35 0.58
Hex 9C B9 6D 10 0 29 1B 53 23 3A
Octal 234 271 155 20 0 51 33 123 43 72
Binary 10011100 10111001 1101101 10000 0 101001 11011 1010011 100011 111010

Color Harmonies of #9CB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB96D

Black with #9CB96D

Text Example


Text Example

White with #9CB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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