#94C15B

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

Shades of Olivine #94C15B

Tints of Olivine #94C15B

Color information

#94C15B (or 0x94C15B) is unknown color: approx Olivine. HEX triplet: 94, C1 and 5B. RGB value is (148,193,91). Sum of RGB (Red+Green+Blue) = 148+193+91=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 91 (35.94% from 255 or 21.06% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #94C15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C15B is #6B3EA4. Grayscale: #A8A8A8. Windows color (decimal): -7028389 or 6013332. OLE color: 6013332.

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

Color convert

RGB14819391-
CMYK0.2300.530.24
HSL86.47º45.13%55.69%-
HSV(B)86.47º52.85%75.69%-
XYZ33.1745.1916.87-
YUV167.9284.59113.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.26%
GREEN value IS 193 (75.78% from 255) = 44.68%
BLUE value IS 91 (35.94% from 255) = 21.06%
R=34.26%
G=44.68%
B=21.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal148193910.2300.530.2486.4745.1355.69
Hex94C15B1703518562d38
Octal22430113327065301265570
Binary10010100110000011011011101110110101110001010110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,193,91); }

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

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

 a { background-color: rgb(148,193,91); }

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

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

 span { border-color: rgb(148,193,91); }

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