#94B54B

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

Shades of Chelsea Cucumber #94B54B

Tints of Chelsea Cucumber #94B54B

Color information

#94B54B (or 0x94B54B) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B5 and 4B. RGB value is (148,181,75). Sum of RGB (Red+Green+Blue) = 148+181+75=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 181 (71.09% from 255 or 44.80% from 404); Blue value is 75 (29.69% from 255 or 18.56% from 404); Max value from RGB is 181 - color contains mainly: green. Hex color #94B54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B54B is #6B4AB4. Grayscale: #9F9F9F. Windows color (decimal): -7031477 or 4961684. OLE color: 4961684.

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

Color convert

RGB14818175-
CMYK0.1800.590.29
HSL78.68º41.73%50.2%-
HSV(B)78.68º58.56%70.98%-
XYZ30.0139.8512.77-
YUV159.0580.57120.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 181 (71.09% from 255) = 44.80%
BLUE value IS 75 (29.69% from 255) = 18.56%
R=36.63%
G=44.80%
B=18.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal148181750.1800.590.2978.6841.7350.2
Hex94B54B1203B1D4f2a32
Octal22426511322073351175262
Binary10010100101101011001011100100111011111011001111101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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