Html Css Color HEX #9CB97E Olivine

📋 copy color: '#9CB97E'

red 156 ◦ green 185 ◦ blue 126

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

Shades of Olivine #9CB97E

Tints of Olivine #9CB97E

RGB

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

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

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

R = 33.4%
G = 39.61%
B = 26.98%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#9CB97E (or 0x9CB97E) is known color: Olivine. HEX triplet: 9C, B9 and 7E. RGB value is (156,185,126). Sum of RGB (Red+Green+Blue) = 156+185+126=467 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.40% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #9CB97E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CB97E is #634681. Grayscale: #A9A9A9. Windows color (decimal): -6506114 or 8305052. OLE color: 8305052.

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

Color convert

RGB 156 185 126 -
CMYK 0.16 0 0.32 0.27
HSL 89.49º 0.3% 0.61% -
HSV(B) 89.49º 0.32% 0.73% -
XYZ 34.83 43.27 26.26 -
YUV 169.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 156 185 126 0.16 0 0.32 0.27 89.49 0.3 0.61
Hex 9C B9 7E 10 0 20 1B 59 1E 3D
Octal 234 271 176 20 0 40 33 131 36 75
Binary 10011100 10111001 1111110 10000 0 100000 11011 1011001 11110 111101

Color Harmonies of #9CB97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB97E

Black with #9CB97E

Text Example


Text Example

White with #9CB97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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