Html Css Color HEX #9CB976 Olivine

📋 copy color: '#9CB976'

red 156 ◦ green 185 ◦ blue 118

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

Shades of Olivine #9CB976

Tints of Olivine #9CB976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.71%

R = 33.99%
G = 40.31%
B = 25.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#9CB976 (or 0x9CB976) is known color: Olivine. HEX triplet: 9C, B9 and 76. RGB value is (156,185,118). Sum of RGB (Red+Green+Blue) = 156+185+118=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 185 (72.66% from 255 or 40.31% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB976 is #634689. Grayscale: #A8A8A8. Windows color (decimal): -6506122 or 7780764. OLE color: 7780764.

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

Color convert

RGB 156 185 118 -
CMYK 0.16 0 0.36 0.27
HSL 85.97º 0.32% 0.59% -
HSV(B) 85.97º 0.36% 0.73% -
XYZ 34.33 43.07 23.64 -
YUV 168.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 156 185 118 0.16 0 0.36 0.27 85.97 0.32 0.59
Hex 9C B9 76 10 0 24 1B 56 20 3B
Octal 234 271 166 20 0 44 33 126 40 73
Binary 10011100 10111001 1110110 10000 0 100100 11011 1010110 100000 111011

Color Harmonies of #9CB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB976

Black with #9CB976

Text Example


Text Example

White with #9CB976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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