#94C267

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

Shades of Olivine #94C267

Tints of Olivine #94C267

Color information

#94C267 (or 0x94C267) is unknown color: approx Olivine. HEX triplet: 94, C2 and 67. RGB value is (148,194,103). Sum of RGB (Red+Green+Blue) = 148+194+103=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 194 - color contains mainly: green. Hex color #94C267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C267 is #6B3D98. Grayscale: #AAAAAA. Windows color (decimal): -7028121 or 6800020. OLE color: 6800020.

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

Color convert

RGB148194103-
CMYK0.2400.470.24
HSL90.33º42.72%58.24%-
HSV(B)90.33º46.91%76.08%-
XYZ33.9545.8619.89-
YUV169.8790.26112.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 194 (76.17% from 255) = 43.60%
BLUE value IS 103 (40.62% from 255) = 23.15%
R=33.26%
G=43.60%
B=23.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941030.2400.470.2490.3342.7258.24
Hex94C2671802F185a2b3a
Octal22430214730057301325372
Binary10010100110000101100111110000101111110001011010101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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