#94B055

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

Shades of Chelsea Cucumber #94B055

Tints of Chelsea Cucumber #94B055

Color information

#94B055 (or 0x94B055) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B0 and 55. RGB value is (148,176,85). Sum of RGB (Red+Green+Blue) = 148+176+85=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 176 (69.14% from 255 or 43.03% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 176 - color contains mainly: green. Hex color #94B055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B055 is #6B4FAA. Grayscale: #9D9D9D. Windows color (decimal): -7032747 or 5615764. OLE color: 5615764.

HSL color Cylindrical-coordinate representation of color #94B055: hue angle of 78.46º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #94B055 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB14817685-
CMYK0.1600.520.31
HSL78.46º36.55%51.18%-
HSV(B)78.46º51.7%69.02%-
XYZ29.383814.38-
YUV157.2587.22121.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 176 (69.14% from 255) = 43.03%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=36.19%
G=43.03%
B=20.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148176850.1600.520.3178.4636.5551.18
Hex94B055100341F4e2533
Octal22426012520064371164563
Binary10010100101100001010101100000110100111111001110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,176,85); }

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

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

 a { background-color: rgb(148,176,85); }

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

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

 span { border-color: rgb(148,176,85); }

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