#8BB564

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

Shades of Chelsea Cucumber #8BB564

Tints of Chelsea Cucumber #8BB564

Color information

#8BB564 (or 0x8BB564) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B5 and 64. RGB value is (139,181,100). Sum of RGB (Red+Green+Blue) = 139+181+100=420 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.10% from 420); Green value is 181 (71.09% from 255 or 43.10% from 420); Blue value is 100 (39.45% from 255 or 23.81% from 420); Max value from RGB is 181 - color contains mainly: green. Hex color #8BB564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB564 is #744A9B. Grayscale: #9F9F9F. Windows color (decimal): -7621276 or 6600075. OLE color: 6600075.

HSL color Cylindrical-coordinate representation of color #8BB564: hue angle of 91.11º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8BB564 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB139181100-
CMYK0.2300.450.29
HSL91.11º35.37%55.1%-
HSV(B)91.11º44.75%70.98%-
XYZ29.4739.4618.12-
YUV159.2194.59113.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.10%
GREEN value IS 181 (71.09% from 255) = 43.10%
BLUE value IS 100 (39.45% from 255) = 23.81%
R=33.10%
G=43.10%
B=23.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391811000.2300.450.2991.1135.3755.1
Hex8BB5641702D1D5b2337
Octal21326514427055351334367
Binary10001011101101011100100101110101101111011011011100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,181,100); }

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

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

 a { background-color: rgb(139,181,100); }

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

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

 span { border-color: rgb(139,181,100); }

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