Html Css Color HEX #9CB17D Olivine

📋 copy color: '#9CB17D'

red 156 ◦ green 177 ◦ blue 125

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

Shades of Olivine #9CB17D

Tints of Olivine #9CB17D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.65%

 BLUE value IS 125 (49.22% from 255) = 27.29%

R = 34.06%
G = 38.65%
B = 27.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#9CB17D (or 0x9CB17D) is known color: Olivine. HEX triplet: 9C, B1 and 7D. RGB value is (156,177,125). Sum of RGB (Red+Green+Blue) = 156+177+125=458 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.06% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB17D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB17D is #634E82. Grayscale: #A4A4A4. Windows color (decimal): -6508163 or 8237468. OLE color: 8237468.

HSL color Cylindrical-coordinate representation of color #9CB17D: hue angle of 84.23º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9CB17D is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 125 -
CMYK 0.12 0 0.29 0.31
HSL 84.23º 0.25% 0.59% -
HSV(B) 84.23º 0.29% 0.69% -
XYZ 33.13 39.99 25.38 -
YUV 164.79 105.54 121.73 -
System Red Green Blue C M Y K H S L
Decimal 156 177 125 0.12 0 0.29 0.31 84.23 0.25 0.59
Hex 9C B1 7D C 0 1D 1F 54 19 3B
Octal 234 261 175 14 0 35 37 124 31 73
Binary 10011100 10110001 1111101 1100 0 11101 11111 1010100 11001 111011

Color Harmonies of #9CB17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB17D

Black with #9CB17D

Text Example


Text Example

White with #9CB17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,125); }

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

background-color css

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

 a { background-color: rgb(156,177,125); }

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

border-color css

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

 span { border-color: rgb(156,177,125); }

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