Html Css Color HEX #9CB973 Olivine

📋 copy color: '#9CB973'

red 156 ◦ green 185 ◦ blue 115

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

Shades of Olivine #9CB973

Tints of Olivine #9CB973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 34.21%
G = 40.57%
B = 25.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#9CB973 (or 0x9CB973) is known color: Olivine. HEX triplet: 9C, B9 and 73. RGB value is (156,185,115). Sum of RGB (Red+Green+Blue) = 156+185+115=456 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.21% from 456); Green value is 185 (72.66% from 255 or 40.57% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB973 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB973 is #63468C. Grayscale: #A8A8A8. Windows color (decimal): -6506125 or 7584156. OLE color: 7584156.

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

Color convert

RGB 156 185 115 -
CMYK 0.16 0 0.38 0.27
HSL 84.86º 0.33% 0.59% -
HSV(B) 84.86º 0.38% 0.73% -
XYZ 34.15 43 22.72 -
YUV 168.35 97.89 119.19 -
System Red Green Blue C M Y K H S L
Decimal 156 185 115 0.16 0 0.38 0.27 84.86 0.33 0.59
Hex 9C B9 73 10 0 26 1B 55 21 3B
Octal 234 271 163 20 0 46 33 125 41 73
Binary 10011100 10111001 1110011 10000 0 100110 11011 1010101 100001 111011

Color Harmonies of #9CB973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB973

Black with #9CB973

Text Example


Text Example

White with #9CB973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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