#8FA552

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

Shades of Chelsea Cucumber #8FA552

Tints of Chelsea Cucumber #8FA552

Color information

#8FA552 (or 0x8FA552) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A5 and 52. RGB value is (143,165,82). Sum of RGB (Red+Green+Blue) = 143+165+82=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #8FA552 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA552 is #705AAD. Grayscale: #959595. Windows color (decimal): -7363246 or 5416335. OLE color: 5416335.

HSL color Cylindrical-coordinate representation of color #8FA552: hue angle of 75.9º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8FA552 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB14316582-
CMYK0.1300.500.35
HSL75.9º33.6%48.43%-
HSV(B)75.9º50.3%64.71%-
XYZ26.3133.3613.04-
YUV148.9690.21123.75-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.67%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=36.67%
G=42.31%
B=21.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal143165820.1300.500.3575.933.648.43
Hex8FA552D032234c2230
Octal21724512215062431144260
Binary10001111101001011010010110101100101000111001100100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FA552; }

 p { color: rgb(143,165,82); }

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

<style>
 a { background-color: #8FA552; }

 a { background-color: rgb(143,165,82); }

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

<style>
 span { border-color: #8FA552; }

 span { border-color: rgb(143,165,82); }

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