#94B052

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

Shades of Chelsea Cucumber #94B052

Tints of Chelsea Cucumber #94B052

Color information

#94B052 (or 0x94B052) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B0 and 52. RGB value is (148,176,82). Sum of RGB (Red+Green+Blue) = 148+176+82=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 82 (32.42% from 255 or 20.20% from 406); Max value from RGB is 176 - color contains mainly: green. Hex color #94B052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B052 is #6B4FAD. Grayscale: #9D9D9D. Windows color (decimal): -7032750 or 5419156. OLE color: 5419156.

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

Color convert

RGB14817682-
CMYK0.1600.530.31
HSL77.87º37.3%50.59%-
HSV(B)77.87º53.41%69.02%-
XYZ29.2637.9613.77-
YUV156.9185.72121.64-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 82 (32.42% from 255) = 20.20%
R=36.45%
G=43.35%
B=20.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148176820.1600.530.3177.8737.350.59
Hex94B052100351F4e2533
Octal22426012220065371164563
Binary10010100101100001010010100000110101111111001110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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