Html Css Color HEX #9CB17E Olivine

📋 copy color: '#9CB17E'

red 156 ◦ green 177 ◦ blue 126

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

Shades of Olivine #9CB17E

Tints of Olivine #9CB17E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.45%

R = 33.99%
G = 38.56%
B = 27.45%

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

#9CB17E (or 0x9CB17E) is known color: Olivine. HEX triplet: 9C, B1 and 7E. RGB value is (156,177,126). Sum of RGB (Red+Green+Blue) = 156+177+126=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 126 (49.61% from 255 or 27.45% from 459); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9CB17E is #634E81. Grayscale: #A5A5A5. Windows color (decimal): -6508162 or 8303004. OLE color: 8303004.

HSL color Cylindrical-coordinate representation of color #9CB17E: hue angle of 84.71º 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 #9CB17E is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 126 -
CMYK 0.12 0 0.29 0.31
HSL 84.71º 0.25% 0.59% -
HSV(B) 84.71º 0.29% 0.69% -
XYZ 33.2 40.02 25.71 -
YUV 164.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 156 177 126 0.12 0 0.29 0.31 84.71 0.25 0.59
Hex 9C B1 7E C 0 1D 1F 55 19 3B
Octal 234 261 176 14 0 35 37 125 31 73
Binary 10011100 10110001 1111110 1100 0 11101 11111 1010101 11001 111011

Color Harmonies of #9CB17E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB17E

Black with #9CB17E

Text Example


Text Example

White with #9CB17E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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