#94AF55

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

Shades of Chelsea Cucumber #94AF55

Tints of Chelsea Cucumber #94AF55

Color information

#94AF55 (or 0x94AF55) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AF and 55. RGB value is (148,175,85). Sum of RGB (Red+Green+Blue) = 148+175+85=408 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.27% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 85 (33.59% from 255 or 20.83% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #94AF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AF55 is #6B50AA. Grayscale: #9D9D9D. Windows color (decimal): -7033003 or 5615508. OLE color: 5615508.

HSL color Cylindrical-coordinate representation of color #94AF55: hue angle of 78º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94AF55 is Cyan = 0.15, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB14817585-
CMYK0.1500.510.31
HSL78º36%50.98%-
HSV(B)78º51.43%68.63%-
XYZ29.1837.6114.32-
YUV156.6787.55121.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.27%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 85 (33.59% from 255) = 20.83%
R=36.27%
G=42.89%
B=20.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal148175850.1500.510.31783650.98
Hex94AF55F0331F4e2433
Octal22425712517063371164463
Binary1001010010101111101010111110110011111111001110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,175,85); }

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

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

 a { background-color: rgb(148,175,85); }

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

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

 span { border-color: rgb(148,175,85); }

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