#94BF59

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

Shades of Chelsea Cucumber #94BF59

Tints of Chelsea Cucumber #94BF59

Color information

#94BF59 (or 0x94BF59) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, BF and 59. RGB value is (148,191,89). Sum of RGB (Red+Green+Blue) = 148+191+89=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 191 (75% from 255 or 44.63% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF59 is #6B40A6. Grayscale: #A6A6A6. Windows color (decimal): -7028903 or 5881748. OLE color: 5881748.

HSL color Cylindrical-coordinate representation of color #94BF59: hue angle of 85.29º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94BF59 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB14819189-
CMYK0.2300.530.25
HSL85.29º44.35%54.9%-
HSV(B)85.29º53.4%74.9%-
XYZ32.6544.2816.28-
YUV166.5284.25114.79-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.58%
GREEN value IS 191 (75% from 255) = 44.63%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=34.58%
G=44.63%
B=20.79%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191890.2300.530.2585.2944.3554.9
Hex94BF591703519552c37
Octal22427713127065311255467
Binary10010100101111111011001101110110101110011010101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,89); }

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

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

 a { background-color: rgb(148,191,89); }

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

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

 span { border-color: rgb(148,191,89); }

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