#8FB165

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

Shades of Chelsea Cucumber #8FB165

Tints of Chelsea Cucumber #8FB165

Color information

#8FB165 (or 0x8FB165) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B1 and 65. RGB value is (143,177,101). Sum of RGB (Red+Green+Blue) = 143+177+101=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB165 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB165 is #704E9A. Grayscale: #9E9E9E. Windows color (decimal): -7360155 or 6664591. OLE color: 6664591.

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

Color convert

RGB143177101-
CMYK0.1900.430.31
HSL86.84º32.76%54.51%-
HSV(B)86.84º42.94%69.41%-
XYZ29.438.2218.14-
YUV158.1795.74117.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 177 (69.53% from 255) = 42.04%
BLUE value IS 101 (39.84% from 255) = 23.99%
R=33.97%
G=42.04%
B=23.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431771010.1900.430.3186.8432.7654.51
Hex8FB1651302B1F572137
Octal21726114523053371274167
Binary10001111101100011100101100110101011111111010111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,177,101); }

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

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

 a { background-color: rgb(143,177,101); }

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

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

 span { border-color: rgb(143,177,101); }

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