Html Css Color HEX #8DBA5D Chelsea Cucumber

📋 copy color: '#8DBA5D'

red 141 ◦ green 186 ◦ blue 93

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

Shades of Chelsea Cucumber #8DBA5D

Tints of Chelsea Cucumber #8DBA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.14%

R = 33.57%
G = 44.29%
B = 22.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#8DBA5D (or 0x8DBA5D) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 5D. RGB value is (141,186,93). Sum of RGB (Red+Green+Blue) = 141+186+93=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA5D is #7245A2. Grayscale: #A2A2A2. Windows color (decimal): -7488931 or 6142605. OLE color: 6142605.

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

Color convert

RGB 141 186 93 -
CMYK 0.24 0 0.5 0.27
HSL 89.03º 0.4% 0.55% -
HSV(B) 89.03º 0.5% 0.73% -
XYZ 30.52 41.57 16.77 -
YUV 161.94 89.09 113.06 -
System Red Green Blue C M Y K H S L
Decimal 141 186 93 0.24 0 0.5 0.27 89.03 0.4 0.55
Hex 8D BA 5D 18 0 32 1B 59 28 37
Octal 215 272 135 30 0 62 33 131 50 67
Binary 10001101 10111010 1011101 11000 0 110010 11011 1011001 101000 110111

Color Harmonies of #8DBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA5D

Black with #8DBA5D

Text Example


Text Example

White with #8DBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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