#8BB664

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

Shades of Chelsea Cucumber #8BB664

Tints of Chelsea Cucumber #8BB664

Color information

#8BB664 (or 0x8BB664) is unknown color: approx Chelsea Cucumber. HEX triplet: 8B, B6 and 64. RGB value is (139,182,100). Sum of RGB (Red+Green+Blue) = 139+182+100=421 (55% of max value = 765). Red value is 139 (54.69% from 255 or 33.02% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BB664 is #74499B. Grayscale: #A0A0A0. Windows color (decimal): -7621020 or 6600331. OLE color: 6600331.

HSL color Cylindrical-coordinate representation of color #8BB664: hue angle of 91.46º degrees, saturation: 0.36, 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 #8BB664 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB139182100-
CMYK0.2400.450.29
HSL91.46º35.96%55.29%-
HSV(B)91.46º45.05%71.37%-
XYZ29.6839.8618.19-
YUV159.7994.25113.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.02%
GREEN value IS 182 (71.48% from 255) = 43.23%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=33.02%
G=43.23%
B=23.75%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1391821000.2400.450.2991.4635.9655.29
Hex8BB6641802D1D5b2437
Octal21326614430055351334467
Binary10001011101101101100100110000101101111011011011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BB664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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