Html Css Color HEX #8DBA5A Chelsea Cucumber

📋 copy color: '#8DBA5A'

red 141 ◦ green 186 ◦ blue 90

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

Shades of Chelsea Cucumber #8DBA5A

Tints of Chelsea Cucumber #8DBA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.58%

R = 33.81%
G = 44.6%
B = 21.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#8DBA5A (or 0x8DBA5A) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 5A. RGB value is (141,186,90). Sum of RGB (Red+Green+Blue) = 141+186+90=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA5A is #7245A5. Grayscale: #A1A1A1. Windows color (decimal): -7488934 or 5945997. OLE color: 5945997.

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

Color convert

RGB 141 186 90 -
CMYK 0.24 0 0.52 0.27
HSL 88.13º 0.41% 0.54% -
HSV(B) 88.13º 0.52% 0.73% -
XYZ 30.39 41.52 16.09 -
YUV 161.6 87.59 113.31 -
System Red Green Blue C M Y K H S L
Decimal 141 186 90 0.24 0 0.52 0.27 88.13 0.41 0.54
Hex 8D BA 5A 18 0 34 1B 58 29 36
Octal 215 272 132 30 0 64 33 130 51 66
Binary 10001101 10111010 1011010 11000 0 110100 11011 1011000 101001 110110

Color Harmonies of #8DBA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA5A

Black with #8DBA5A

Text Example


Text Example

White with #8DBA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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