Html Css Color HEX #8DB052 Chelsea Cucumber

📋 copy color: '#8DB052'

red 141 ◦ green 176 ◦ blue 82

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

Shades of Chelsea Cucumber #8DB052

Tints of Chelsea Cucumber #8DB052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.55%

R = 35.34%
G = 44.11%
B = 20.55%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#8DB052 (or 0x8DB052) is known color: Chelsea Cucumber. HEX triplet: 8D, B0 and 52. RGB value is (141,176,82). Sum of RGB (Red+Green+Blue) = 141+176+82=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 82 (32.42% from 255 or 20.55% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #8DB052 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DB052 is #724FAD. Grayscale: #9B9B9B. Windows color (decimal): -7491502 or 5419149. OLE color: 5419149.

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

Color convert

RGB 141 176 82 -
CMYK 0.20 0 0.53 0.31
HSL 82.34º 0.37% 0.51% -
HSV(B) 82.34º 0.53% 0.69% -
XYZ 28.03 37.32 13.71 -
YUV 154.82 86.9 118.14 -
System Red Green Blue C M Y K H S L
Decimal 141 176 82 0.20 0 0.53 0.31 82.34 0.37 0.51
Hex 8D B0 52 14 0 35 1F 52 25 33
Octal 215 260 122 24 0 65 37 122 45 63
Binary 10001101 10110000 1010010 10100 0 110101 11111 1010010 100101 110011

Color Harmonies of #8DB052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB052

Black with #8DB052

Text Example


Text Example

White with #8DB052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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