#94B453

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

Shades of Chelsea Cucumber #94B453

Tints of Chelsea Cucumber #94B453

Color information

#94B453 (or 0x94B453) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B4 and 53. RGB value is (148,180,83). Sum of RGB (Red+Green+Blue) = 148+180+83=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 180 (70.70% from 255 or 43.80% from 411); Blue value is 83 (32.81% from 255 or 20.19% from 411); Max value from RGB is 180 - color contains mainly: green. Hex color #94B453 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B453 is #6B4BAC. Grayscale: #9F9F9F. Windows color (decimal): -7031725 or 5485716. OLE color: 5485716.

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

Color convert

RGB14818083-
CMYK0.1800.540.29
HSL79.79º39.27%51.57%-
HSV(B)79.79º53.89%70.59%-
XYZ30.139.5614.23-
YUV159.3784.9119.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 180 (70.70% from 255) = 43.80%
BLUE value IS 83 (32.81% from 255) = 20.19%
R=36.01%
G=43.80%
B=20.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148180830.1800.540.2979.7939.2751.57
Hex94B453120361D502734
Octal22426412322066351204764
Binary10010100101101001010011100100110110111011010000100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,180,83); }

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

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

 a { background-color: rgb(148,180,83); }

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

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

 span { border-color: rgb(148,180,83); }

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