#94BB5B

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

Shades of Chelsea Cucumber #94BB5B

Tints of Chelsea Cucumber #94BB5B

Color information

#94BB5B (or 0x94BB5B) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, BB and 5B. RGB value is (148,187,91). Sum of RGB (Red+Green+Blue) = 148+187+91=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 91 (35.94% from 255 or 21.36% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BB5B is #6B44A4. Grayscale: #A4A4A4. Windows color (decimal): -7029925 or 6011796. OLE color: 6011796.

HSL color Cylindrical-coordinate representation of color #94BB5B: hue angle of 84.38º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94BB5B is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB14818791-
CMYK0.2100.510.27
HSL84.38º41.38%54.51%-
HSV(B)84.38º51.34%73.33%-
XYZ31.8742.5916.44-
YUV164.486.58116.31-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.74%
GREEN value IS 187 (73.44% from 255) = 43.90%
BLUE value IS 91 (35.94% from 255) = 21.36%
R=34.74%
G=43.90%
B=21.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148187910.2100.510.2784.3841.3854.51
Hex94BB5B150331B542937
Octal22427313325063331245167
Binary10010100101110111011011101010110011110111010100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BB5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,187,91); }

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

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

 a { background-color: rgb(148,187,91); }

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

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

 span { border-color: rgb(148,187,91); }

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