#9CBE7E

Color #9CBE7E Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9CBE7E

Tints of Olivine #9CBE7E

Color information

#9CBE7E (or 0x9CBE7E) is unknown color: approx Olivine. HEX triplet: 9C, BE and 7E. RGB value is (156,190,126). Sum of RGB (Red+Green+Blue) = 156+190+126=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 190 - color contains mainly: green. Hex color #9CBE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBE7E is #634181. Grayscale: #ACACAC. Windows color (decimal): -6504834 or 8306332. OLE color: 8306332.

HSL color Cylindrical-coordinate representation of color #9CBE7E: hue angle of 91.87º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CBE7E is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB156190126-
CMYK0.1800.340.25
HSL91.87º32.99%61.96%-
HSV(B)91.87º33.68%74.51%-
XYZ35.8945.426.61-
YUV172.54101.74116.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 190 (74.61% from 255) = 40.25%
BLUE value IS 126 (49.61% from 255) = 26.69%
R=33.05%
G=40.25%
B=26.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561901260.1800.340.2591.8732.9961.96
Hex9CBE7E12022195c213e
Octal23427617622042311344176
Binary10011100101111101111110100100100010110011011100100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CBE7E;
 }
 .AnyTagClassName
 {
   color: #9CBE7E;
 }
</style>
background-color css

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

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

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

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

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

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