#94B15C

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

Shades of Chelsea Cucumber #94B15C

Tints of Chelsea Cucumber #94B15C

Color information

#94B15C (or 0x94B15C) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, B1 and 5C. RGB value is (148,177,92). Sum of RGB (Red+Green+Blue) = 148+177+92=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 177 (69.53% from 255 or 42.45% from 417); Blue value is 92 (36.33% from 255 or 22.06% from 417); Max value from RGB is 177 - color contains mainly: green. Hex color #94B15C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94B15C is #6B4EA3. Grayscale: #9E9E9E. Windows color (decimal): -7032484 or 6074772. OLE color: 6074772.

HSL color Cylindrical-coordinate representation of color #94B15C: hue angle of 80.47º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #94B15C is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB14817792-
CMYK0.1600.480.31
HSL80.47º35.27%52.75%-
HSV(B)80.47º48.02%69.41%-
XYZ29.8738.5115.98-
YUV158.6490.39120.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.49%
GREEN value IS 177 (69.53% from 255) = 42.45%
BLUE value IS 92 (36.33% from 255) = 22.06%
R=35.49%
G=42.45%
B=22.06%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148177920.1600.480.3180.4735.2752.75
Hex94B15C100301F502335
Octal22426113420060371204365
Binary10010100101100011011100100000110000111111010000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,177,92); }

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

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

 a { background-color: rgb(148,177,92); }

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

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

 span { border-color: rgb(148,177,92); }

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