Html Css Color HEX #8DB05D Chelsea Cucumber

📋 copy color: '#8DB05D'

red 141 ◦ green 176 ◦ blue 93

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

Shades of Chelsea Cucumber #8DB05D

Tints of Chelsea Cucumber #8DB05D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.68%

R = 34.39%
G = 42.93%
B = 22.68%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#8DB05D (or 0x8DB05D) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 5D. RGB value is (141,176,93). Sum of RGB (Red+Green+Blue) = 141+176+93=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB05D is #724FA2. Grayscale: #9C9C9C. Windows color (decimal): -7491491 or 6140045. OLE color: 6140045.

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

Color convert

RGB 141 176 93 -
CMYK 0.20 0 0.47 0.31
HSL 85.3º 0.34% 0.53% -
HSV(B) 85.3º 0.47% 0.69% -
XYZ 28.49 37.5 16.09 -
YUV 156.07 92.4 117.25 -
System Red Green Blue C M Y K H S L
Decimal 141 176 93 0.20 0 0.47 0.31 85.3 0.34 0.53
Hex 8D B0 5D 14 0 2F 1F 55 22 35
Octal 215 260 135 24 0 57 37 125 42 65
Binary 10001101 10110000 1011101 10100 0 101111 11111 1010101 100010 110101

Color Harmonies of #8DB05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB05D

Black with #8DB05D

Text Example


Text Example

White with #8DB05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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