#8CB069

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

Shades of Chelsea Cucumber #8CB069

Tints of Chelsea Cucumber #8CB069

Color information

#8CB069 (or 0x8CB069) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, B0 and 69. RGB value is (140,176,105). Sum of RGB (Red+Green+Blue) = 140+176+105=421 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.25% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 105 (41.41% from 255 or 24.94% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #8CB069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB069 is #734F96. Grayscale: #9D9D9D. Windows color (decimal): -7557015 or 6926476. OLE color: 6926476.

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

Color convert

RGB140176105-
CMYK0.2000.400.31
HSL90.42º31%55.1%-
HSV(B)90.42º40.34%69.02%-
XYZ28.8937.6519.11-
YUV157.1498.57115.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.25%
GREEN value IS 176 (69.14% from 255) = 41.81%
BLUE value IS 105 (41.41% from 255) = 24.94%
R=33.25%
G=41.81%
B=24.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1401761050.2000.400.3190.423155.1
Hex8CB069140281F5a1f37
Octal21426015124050371323767
Binary1000110010110000110100110100010100011111101101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,176,105); }

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

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

 a { background-color: rgb(140,176,105); }

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

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

 span { border-color: rgb(140,176,105); }

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