#94B55F

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

Shades of Chelsea Cucumber #94B55F

Tints of Chelsea Cucumber #94B55F

Color information

#94B55F (or 0x94B55F) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B5 and 5F. RGB value is (148,181,95). Sum of RGB (Red+Green+Blue) = 148+181+95=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 95 (37.5% from 255 or 22.41% from 424); Max value from RGB is 181 - color contains mainly: green. Hex color #94B55F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B55F is #6B4AA0. Grayscale: #A1A1A1. Windows color (decimal): -7031457 or 6272404. OLE color: 6272404.

HSL color Cylindrical-coordinate representation of color #94B55F: hue angle of 83.02º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94B55F is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB14818195-
CMYK0.1800.480.29
HSL83.02º36.75%54.12%-
HSV(B)83.02º47.51%70.98%-
XYZ30.840.1716.96-
YUV161.3390.57118.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 181 (71.09% from 255) = 42.69%
BLUE value IS 95 (37.5% from 255) = 22.41%
R=34.91%
G=42.69%
B=22.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181950.1800.480.2983.0236.7554.12
Hex94B55F120301D532536
Octal22426513722060351234566
Binary10010100101101011011111100100110000111011010011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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