Html Css Color HEX #8DBA56 Chelsea Cucumber

📋 copy color: '#8DBA56'

red 141 ◦ green 186 ◦ blue 86

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

Shades of Chelsea Cucumber #8DBA56

Tints of Chelsea Cucumber #8DBA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 86 (33.98% from 255) = 20.82%

R = 34.14%
G = 45.04%
B = 20.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#8DBA56 (or 0x8DBA56) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 56. RGB value is (141,186,86). Sum of RGB (Red+Green+Blue) = 141+186+86=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 86 (33.98% from 255 or 20.82% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA56 is #7245A9. Grayscale: #A1A1A1. Windows color (decimal): -7488938 or 5683853. OLE color: 5683853.

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

Color convert

RGB 141 186 86 -
CMYK 0.24 0 0.54 0.27
HSL 87º 0.42% 0.53% -
HSV(B) 87º 0.54% 0.73% -
XYZ 30.22 41.45 15.21 -
YUV 161.15 85.59 113.63 -
System Red Green Blue C M Y K H S L
Decimal 141 186 86 0.24 0 0.54 0.27 87 0.42 0.53
Hex 8D BA 56 18 0 36 1B 57 2A 35
Octal 215 272 126 30 0 66 33 127 52 65
Binary 10001101 10111010 1010110 11000 0 110110 11011 1010111 101010 110101

Color Harmonies of #8DBA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA56

Black with #8DBA56

Text Example


Text Example

White with #8DBA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,86); }

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

background-color css

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

 a { background-color: rgb(141,186,86); }

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

border-color css

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

 span { border-color: rgb(141,186,86); }

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