Html Css Color HEX #9CB876 Olivine

📋 copy color: '#9CB876'

red 156 ◦ green 184 ◦ blue 118

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

Shades of Olivine #9CB876

Tints of Olivine #9CB876

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.17%

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

R = 34.06%
G = 40.17%
B = 25.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#9CB876 (or 0x9CB876) is known color: Olivine. HEX triplet: 9C, B8 and 76. RGB value is (156,184,118). Sum of RGB (Red+Green+Blue) = 156+184+118=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 184 - color contains mainly: green. Hex color #9CB876 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB876 is #634789. Grayscale: #A8A8A8. Windows color (decimal): -6506378 or 7780508. OLE color: 7780508.

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

Color convert

RGB 156 184 118 -
CMYK 0.15 0 0.36 0.28
HSL 85.45º 0.32% 0.59% -
HSV(B) 85.45º 0.36% 0.72% -
XYZ 34.12 42.66 23.57 -
YUV 168.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 156 184 118 0.15 0 0.36 0.28 85.45 0.32 0.59
Hex 9C B8 76 F 0 24 1C 55 20 3B
Octal 234 270 166 17 0 44 34 125 40 73
Binary 10011100 10111000 1110110 1111 0 100100 11100 1010101 100000 111011

Color Harmonies of #9CB876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB876

Black with #9CB876

Text Example


Text Example

White with #9CB876

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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