Html Css Color HEX #8DB060 Chelsea Cucumber

📋 copy color: '#8DB060'

red 141 ◦ green 176 ◦ blue 96

#8DB060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8DB060

Tints of Chelsea Cucumber #8DB060

RGB

 RED value IS 141 (55.47% from 255) = 34.14%

 GREEN value IS 176 (69.14% from 255) = 42.62%

 BLUE value IS 96 (37.89% from 255) = 23.24%

R = 34.14%
G = 42.62%
B = 23.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#8DB060 (or 0x8DB060) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 60. RGB value is (141,176,96). Sum of RGB (Red+Green+Blue) = 141+176+96=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB060 is #724F9F. Grayscale: #9C9C9C. Windows color (decimal): -7491488 or 6336653. OLE color: 6336653.

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

Color convert

RGB 141 176 96 -
CMYK 0.20 0 0.45 0.31
HSL 86.25º 0.34% 0.53% -
HSV(B) 86.25º 0.45% 0.69% -
XYZ 28.62 37.56 16.81 -
YUV 156.42 93.9 117 -
System Red Green Blue C M Y K H S L
Decimal 141 176 96 0.20 0 0.45 0.31 86.25 0.34 0.53
Hex 8D B0 60 14 0 2D 1F 56 22 35
Octal 215 260 140 24 0 55 37 126 42 65
Binary 10001101 10110000 1100000 10100 0 101101 11111 1010110 100010 110101

Color Harmonies of #8DB060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB060

Black with #8DB060

Text Example


Text Example

White with #8DB060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,176,96); }

 H1.HeaderClassName
 {
   color: #8DB060;
 }
 .AnyTagClassName
 {
   color: #8DB060;
 }
</style>

background-color css

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

 a { background-color: rgb(141,176,96); }

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

border-color css

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

 span { border-color: rgb(141,176,96); }

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