#94B85F

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

Shades of Chelsea Cucumber #94B85F

Tints of Chelsea Cucumber #94B85F

Color information

#94B85F (or 0x94B85F) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B8 and 5F. RGB value is (148,184,95). Sum of RGB (Red+Green+Blue) = 148+184+95=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #94B85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B85F is #6B47A0. Grayscale: #A3A3A3. Windows color (decimal): -7030689 or 6273172. OLE color: 6273172.

HSL color Cylindrical-coordinate representation of color #94B85F: hue angle of 84.27º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94B85F is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB14818495-
CMYK0.2000.480.28
HSL84.27º38.53%54.71%-
HSV(B)84.27º48.37%72.16%-
XYZ31.4241.417.16-
YUV163.0989.57117.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 184 (72.27% from 255) = 43.09%
BLUE value IS 95 (37.5% from 255) = 22.25%
R=34.66%
G=43.09%
B=22.25%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal148184950.2000.480.2884.2738.5354.71
Hex94B85F140301C542737
Octal22427013724060341244767
Binary10010100101110001011111101000110000111001010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,184,95); }

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

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

 a { background-color: rgb(148,184,95); }

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

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

 span { border-color: rgb(148,184,95); }

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