#8FB166

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

Shades of Chelsea Cucumber #8FB166

Tints of Chelsea Cucumber #8FB166

Color information

#8FB166 (or 0x8FB166) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B1 and 66. RGB value is (143,177,102). Sum of RGB (Red+Green+Blue) = 143+177+102=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #8FB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB166 is #704E99. Grayscale: #9E9E9E. Windows color (decimal): -7360154 or 6730127. OLE color: 6730127.

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

Color convert

RGB143177102-
CMYK0.1900.420.31
HSL87.2º32.47%54.71%-
HSV(B)87.2º42.37%69.41%-
XYZ29.4538.2418.4-
YUV158.2896.24117.1-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.89%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 102 (40.23% from 255) = 24.17%
R=33.89%
G=41.94%
B=24.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1431771020.1900.420.3187.232.4754.71
Hex8FB1661302A1F572037
Octal21726114623052371274067
Binary10001111101100011100110100110101010111111010111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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