#94B562

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

Shades of Chelsea Cucumber #94B562

Tints of Chelsea Cucumber #94B562

Color information

#94B562 (or 0x94B562) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B5 and 62. RGB value is (148,181,98). Sum of RGB (Red+Green+Blue) = 148+181+98=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #94B562 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94B562 is #6B4A9D. Grayscale: #A1A1A1. Windows color (decimal): -7031454 or 6469012. OLE color: 6469012.

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

Color convert

RGB14818198-
CMYK0.1800.460.29
HSL83.86º35.93%54.71%-
HSV(B)83.86º45.86%70.98%-
XYZ30.9440.2317.69-
YUV161.6792.07118.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.66%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 98 (38.67% from 255) = 22.95%
R=34.66%
G=42.39%
B=22.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181980.1800.460.2983.8635.9354.71
Hex94B5621202E1D542437
Octal22426514222056351244467
Binary10010100101101011100010100100101110111011010100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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