Html Css Color HEX #8DBC48 Chelsea Cucumber

📋 copy color: '#8DBC48'

red 141 ◦ green 188 ◦ blue 72

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

Shades of Chelsea Cucumber #8DBC48

Tints of Chelsea Cucumber #8DBC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.96%

R = 35.16%
G = 46.88%
B = 17.96%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#8DBC48 (or 0x8DBC48) is known color: Chelsea Cucumber. HEX triplet: 8D, BC and 48. RGB value is (141,188,72). Sum of RGB (Red+Green+Blue) = 141+188+72=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC48 is #7243B7. Grayscale: #A1A1A1. Windows color (decimal): -7488440 or 4766861. OLE color: 4766861.

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

Color convert

RGB 141 188 72 -
CMYK 0.25 0 0.62 0.26
HSL 84.31º 0.46% 0.51% -
HSV(B) 84.31º 0.62% 0.74% -
XYZ 30.14 42.1 12.67 -
YUV 160.72 77.93 113.93 -
System Red Green Blue C M Y K H S L
Decimal 141 188 72 0.25 0 0.62 0.26 84.31 0.46 0.51
Hex 8D BC 48 19 0 3E 1A 54 2E 33
Octal 215 274 110 31 0 76 32 124 56 63
Binary 10001101 10111100 1001000 11001 0 111110 11010 1010100 101110 110011

Color Harmonies of #8DBC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBC48

Black with #8DBC48

Text Example


Text Example

White with #8DBC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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