Html Css Color HEX #8CBA5D Chelsea Cucumber

📋 copy color: '#8CBA5D'

red 140 ◦ green 186 ◦ blue 93

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

Shades of Chelsea Cucumber #8CBA5D

Tints of Chelsea Cucumber #8CBA5D

RGB

 RED value IS 140 (55.08% from 255) = 33.41%

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

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

R = 33.41%
G = 44.39%
B = 22.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#8CBA5D (or 0x8CBA5D) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 5D. RGB value is (140,186,93). Sum of RGB (Red+Green+Blue) = 140+186+93=419 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.41% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA5D is #7345A2. Grayscale: #A1A1A1. Windows color (decimal): -7554467 or 6142604. OLE color: 6142604.

HSL color Cylindrical-coordinate representation of color #8CBA5D: hue angle of 89.68º 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 #8CBA5D is Cyan = 0.25, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 140 186 93 -
CMYK 0.25 0 0.5 0.27
HSL 89.68º 0.4% 0.55% -
HSV(B) 89.68º 0.5% 0.73% -
XYZ 30.35 41.48 16.76 -
YUV 161.64 89.26 112.56 -
System Red Green Blue C M Y K H S L
Decimal 140 186 93 0.25 0 0.5 0.27 89.68 0.4 0.55
Hex 8C BA 5D 19 0 32 1B 5A 28 37
Octal 214 272 135 31 0 62 33 132 50 67
Binary 10001100 10111010 1011101 11001 0 110010 11011 1011010 101000 110111

Color Harmonies of #8CBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA5D

Black with #8CBA5D

Text Example


Text Example

White with #8CBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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