Html Css Color HEX #9CBD76 Olivine

📋 copy color: '#9CBD76'

red 156 ◦ green 189 ◦ blue 118

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

Shades of Olivine #9CBD76

Tints of Olivine #9CBD76

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.82%

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

R = 33.69%
G = 40.82%
B = 25.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#9CBD76 (or 0x9CBD76) is known color: Olivine. HEX triplet: 9C, BD and 76. RGB value is (156,189,118). Sum of RGB (Red+Green+Blue) = 156+189+118=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 189 - color contains mainly: green. Hex color #9CBD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBD76 is #634289. Grayscale: #ABABAB. Windows color (decimal): -6505098 or 7781788. OLE color: 7781788.

HSL color Cylindrical-coordinate representation of color #9CBD76: hue angle of 87.89º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CBD76 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB 156 189 118 -
CMYK 0.17 0 0.38 0.26
HSL 87.89º 0.35% 0.6% -
HSV(B) 87.89º 0.38% 0.74% -
XYZ 35.18 44.77 23.93 -
YUV 171.04 98.07 117.27 -
System Red Green Blue C M Y K H S L
Decimal 156 189 118 0.17 0 0.38 0.26 87.89 0.35 0.6
Hex 9C BD 76 11 0 26 1A 58 23 3C
Octal 234 275 166 21 0 46 32 130 43 74
Binary 10011100 10111101 1110110 10001 0 100110 11010 1011000 100011 111100

Color Harmonies of #9CBD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CBD76

Black with #9CBD76

Text Example


Text Example

White with #9CBD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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