Html Css Color HEX #8DBB52 Chelsea Cucumber

📋 copy color: '#8DBB52'

red 141 ◦ green 187 ◦ blue 82

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

Shades of Chelsea Cucumber #8DBB52

Tints of Chelsea Cucumber #8DBB52

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.61%

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

R = 34.39%
G = 45.61%
B = 20%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#8DBB52 (or 0x8DBB52) is known color: Chelsea Cucumber. HEX triplet: 8D, BB and 52. RGB value is (141,187,82). Sum of RGB (Red+Green+Blue) = 141+187+82=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 82 (32.42% from 255 or 20% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB52 is #7244AD. Grayscale: #A1A1A1. Windows color (decimal): -7488686 or 5421965. OLE color: 5421965.

HSL color Cylindrical-coordinate representation of color #8DBB52: hue angle of 86.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DBB52 is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 82 -
CMYK 0.25 0 0.56 0.27
HSL 86.29º 0.44% 0.53% -
HSV(B) 86.29º 0.56% 0.73% -
XYZ 30.28 41.81 14.46 -
YUV 161.28 83.26 113.54 -
System Red Green Blue C M Y K H S L
Decimal 141 187 82 0.25 0 0.56 0.27 86.29 0.44 0.53
Hex 8D BB 52 19 0 38 1B 56 2C 35
Octal 215 273 122 31 0 70 33 126 54 65
Binary 10001101 10111011 1010010 11001 0 111000 11011 1010110 101100 110101

Color Harmonies of #8DBB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB52

Black with #8DBB52

Text Example


Text Example

White with #8DBB52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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