#94BF54

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

Shades of Chelsea Cucumber #94BF54

Tints of Chelsea Cucumber #94BF54

Color information

#94BF54 (or 0x94BF54) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, BF and 54. RGB value is (148,191,84). Sum of RGB (Red+Green+Blue) = 148+191+84=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 84 (33.20% from 255 or 19.86% from 423); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94BF54 is #6B40AB. Grayscale: #A6A6A6. Windows color (decimal): -7028908 or 5554068. OLE color: 5554068.

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

Color convert

RGB14819184-
CMYK0.2300.560.25
HSL84.11º45.53%53.92%-
HSV(B)84.11º56.02%74.9%-
XYZ32.4444.215.21-
YUV165.9481.75115.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 191 (75% from 255) = 45.15%
BLUE value IS 84 (33.20% from 255) = 19.86%
R=34.99%
G=45.15%
B=19.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191840.2300.560.2584.1145.5353.92
Hex94BF541703819542e36
Octal22427712427070311245666
Binary10010100101111111010100101110111000110011010100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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