#94A94F

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

Shades of Chelsea Cucumber #94A94F

Tints of Chelsea Cucumber #94A94F

Color information

#94A94F (or 0x94A94F) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, A9 and 4F. RGB value is (148,169,79). Sum of RGB (Red+Green+Blue) = 148+169+79=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #94A94F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A94F is #6B56B0. Grayscale: #989898. Windows color (decimal): -7034545 or 5220756. OLE color: 5220756.

HSL color Cylindrical-coordinate representation of color #94A94F: hue angle of 74º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94A94F is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.34.

Color convert

RGB14816979-
CMYK0.1200.530.34
HSL74º36.29%48.63%-
HSV(B)74º53.25%66.27%-
XYZ27.8135.2412.73-
YUV152.4686.54124.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=37.37%
G=42.68%
B=19.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal148169790.1200.530.347436.2948.63
Hex94A94FC035224a2431
Octal22425111714065421124461
Binary10010100101010011001111110001101011000101001010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94A94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,169,79); }

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

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

 a { background-color: rgb(148,169,79); }

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

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

 span { border-color: rgb(148,169,79); }

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