Html Css Color HEX #8CB95D Chelsea Cucumber

📋 copy color: '#8CB95D'

red 140 ◦ green 185 ◦ blue 93

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

Shades of Chelsea Cucumber #8CB95D

Tints of Chelsea Cucumber #8CB95D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.26%

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

R = 33.49%
G = 44.26%
B = 22.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#8CB95D (or 0x8CB95D) is known color: Chelsea Cucumber. HEX triplet: 8C, B9 and 5D. RGB value is (140,185,93). Sum of RGB (Red+Green+Blue) = 140+185+93=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 185 (72.66% from 255 or 44.26% from 418); Blue value is 93 (36.72% from 255 or 22.25% from 418); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB95D is #7346A2. Grayscale: #A1A1A1. Windows color (decimal): -7554723 or 6142348. OLE color: 6142348.

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

Color convert

RGB 140 185 93 -
CMYK 0.24 0 0.50 0.27
HSL 89.35º 0.4% 0.55% -
HSV(B) 89.35º 0.5% 0.73% -
XYZ 30.14 41.06 16.69 -
YUV 161.06 89.59 112.98 -
System Red Green Blue C M Y K H S L
Decimal 140 185 93 0.24 0 0.50 0.27 89.35 0.4 0.55
Hex 8C B9 5D 18 0 32 1B 59 28 37
Octal 214 271 135 30 0 62 33 131 50 67
Binary 10001100 10111001 1011101 11000 0 110010 11011 1011001 101000 110111

Color Harmonies of #8CB95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB95D

Black with #8CB95D

Text Example


Text Example

White with #8CB95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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