Html Css Color HEX #8CBA5E Chelsea Cucumber

📋 copy color: '#8CBA5E'

red 140 ◦ green 186 ◦ blue 94

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

Shades of Chelsea Cucumber #8CBA5E

Tints of Chelsea Cucumber #8CBA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 33.33%
G = 44.29%
B = 22.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#8CBA5E (or 0x8CBA5E) is known color: Chelsea Cucumber. HEX triplet: 8C, BA and 5E. RGB value is (140,186,94). Sum of RGB (Red+Green+Blue) = 140+186+94=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #8CBA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBA5E is #7345A1. Grayscale: #A2A2A2. Windows color (decimal): -7554466 or 6208140. OLE color: 6208140.

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

Color convert

RGB 140 186 94 -
CMYK 0.25 0 0.49 0.27
HSL 90º 0.4% 0.55% -
HSV(B) 90º 0.49% 0.73% -
XYZ 30.39 41.5 17 -
YUV 161.76 89.76 112.48 -
System Red Green Blue C M Y K H S L
Decimal 140 186 94 0.25 0 0.49 0.27 90 0.4 0.55
Hex 8C BA 5E 19 0 31 1B 5A 28 37
Octal 214 272 136 31 0 61 33 132 50 67
Binary 10001100 10111010 1011110 11001 0 110001 11011 1011010 101000 110111

Color Harmonies of #8CBA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBA5E

Black with #8CBA5E

Text Example


Text Example

White with #8CBA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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