#8FB055

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

Shades of Chelsea Cucumber #8FB055

Tints of Chelsea Cucumber #8FB055

Color information

#8FB055 (or 0x8FB055) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B0 and 55. RGB value is (143,176,85). Sum of RGB (Red+Green+Blue) = 143+176+85=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #8FB055 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB055 is #704FAA. Grayscale: #9C9C9C. Windows color (decimal): -7360427 or 5615759. OLE color: 5615759.

HSL color Cylindrical-coordinate representation of color #8FB055: hue angle of 81.76º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FB055 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.31.

Color convert

RGB14317685-
CMYK0.1900.520.31
HSL81.76º36.55%51.18%-
HSV(B)81.76º51.7%69.02%-
XYZ28.4937.5514.34-
YUV155.7688.07118.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.40%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 85 (33.59% from 255) = 21.04%
R=35.40%
G=43.56%
B=21.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal143176850.1900.520.3181.7636.5551.18
Hex8FB055130341F522533
Octal21726012523064371224563
Binary10001111101100001010101100110110100111111010010100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,176,85); }

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

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

 a { background-color: rgb(143,176,85); }

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

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

 span { border-color: rgb(143,176,85); }

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