#94C27B

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

Shades of Olivine #94C27B

Tints of Olivine #94C27B

Color information

#94C27B (or 0x94C27B) is unknown color: approx Olivine. HEX triplet: 94, C2 and 7B. RGB value is (148,194,123). Sum of RGB (Red+Green+Blue) = 148+194+123=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #94C27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C27B is #6B3D84. Grayscale: #ACACAC. Windows color (decimal): -7028101 or 8110740. OLE color: 8110740.

HSL color Cylindrical-coordinate representation of color #94C27B: hue angle of 98.87º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94C27B is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB148194123-
CMYK0.2400.370.24
HSL98.87º36.79%62.16%-
HSV(B)98.87º36.6%76.08%-
XYZ35.0846.3125.83-
YUV172.15100.26110.77-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 123 (48.44% from 255) = 26.45%
R=31.83%
G=41.72%
B=26.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941230.2400.370.2498.8736.7962.16
Hex94C27B180251863253e
Octal22430217330045301434576
Binary10010100110000101111011110000100101110001100011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94C27B; }

 p { color: rgb(148,194,123); }

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

<style>
 a { background-color: #94C27B; }

 a { background-color: rgb(148,194,123); }

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

<style>
 span { border-color: #94C27B; }

 span { border-color: rgb(148,194,123); }

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