Html Css Color HEX #8DBC52 Chelsea Cucumber

📋 copy color: '#8DBC52'

red 141 ◦ green 188 ◦ blue 82

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

Shades of Chelsea Cucumber #8DBC52

Tints of Chelsea Cucumber #8DBC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.74%

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

R = 34.31%
G = 45.74%
B = 19.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#8DBC52 (or 0x8DBC52) is known color: Chelsea Cucumber. HEX triplet: 8D, BC and 52. RGB value is (141,188,82). Sum of RGB (Red+Green+Blue) = 141+188+82=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 188 (73.83% from 255 or 45.74% from 411); Blue value is 82 (32.42% from 255 or 19.95% from 411); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBC52 is #7243AD. Grayscale: #A2A2A2. Windows color (decimal): -7488430 or 5422221. OLE color: 5422221.

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

Color convert

RGB 141 188 82 -
CMYK 0.25 0 0.56 0.26
HSL 86.6º 0.44% 0.53% -
HSV(B) 86.6º 0.56% 0.74% -
XYZ 30.49 42.24 14.53 -
YUV 161.86 82.93 113.12 -
System Red Green Blue C M Y K H S L
Decimal 141 188 82 0.25 0 0.56 0.26 86.6 0.44 0.53
Hex 8D BC 52 19 0 38 1A 57 2C 35
Octal 215 274 122 31 0 70 32 127 54 65
Binary 10001101 10111100 1010010 11001 0 111000 11010 1010111 101100 110101

Color Harmonies of #8DBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC52

Black with #8DBC52

Text Example


Text Example

White with #8DBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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