#8DB168

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

Shades of Chelsea Cucumber #8DB168

Tints of Chelsea Cucumber #8DB168

Color information

#8DB168 (or 0x8DB168) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, B1 and 68. RGB value is (141,177,104). Sum of RGB (Red+Green+Blue) = 141+177+104=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 104 (41.02% from 255 or 24.64% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #8DB168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB168 is #724E97. Grayscale: #9E9E9E. Windows color (decimal): -7491224 or 6861197. OLE color: 6861197.

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

Color convert

RGB141177104-
CMYK0.2000.410.31
HSL89.59º31.88%55.1%-
HSV(B)89.59º41.24%69.41%-
XYZ29.2138.1118.91-
YUV157.9197.57115.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 177 (69.53% from 255) = 41.94%
BLUE value IS 104 (41.02% from 255) = 24.64%
R=33.41%
G=41.94%
B=24.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1411771040.2000.410.3189.5931.8855.1
Hex8DB168140291F5a2037
Octal21526115024051371324067
Binary10001101101100011101000101000101001111111011010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,177,104); }

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

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

 a { background-color: rgb(141,177,104); }

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

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

 span { border-color: rgb(141,177,104); }

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