#8FB264

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

Shades of Chelsea Cucumber #8FB264

Tints of Chelsea Cucumber #8FB264

Color information

#8FB264 (or 0x8FB264) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, B2 and 64. RGB value is (143,178,100). Sum of RGB (Red+Green+Blue) = 143+178+100=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 178 - color contains mainly: green. Hex color #8FB264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FB264 is #704D9B. Grayscale: #9E9E9E. Windows color (decimal): -7359900 or 6599311. OLE color: 6599311.

HSL color Cylindrical-coordinate representation of color #8FB264: hue angle of 86.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FB264 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB143178100-
CMYK0.2000.440.30
HSL86.92º33.62%54.51%-
HSV(B)86.92º43.82%69.8%-
XYZ29.5538.617.95-
YUV158.6494.9116.84-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.97%
GREEN value IS 178 (69.92% from 255) = 42.28%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=33.97%
G=42.28%
B=23.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1431781000.2000.440.3086.9233.6254.51
Hex8FB2641402C1E572237
Octal21726214424054361274267
Binary10001111101100101100100101000101100111101010111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FB264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,178,100); }

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

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

 a { background-color: rgb(143,178,100); }

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

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

 span { border-color: rgb(143,178,100); }

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