Html Css Color HEX #8CB15D Chelsea Cucumber

📋 copy color: '#8CB15D'

red 140 ◦ green 177 ◦ blue 93

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

Shades of Chelsea Cucumber #8CB15D

Tints of Chelsea Cucumber #8CB15D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.17%

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

R = 34.15%
G = 43.17%
B = 22.68%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#8CB15D (or 0x8CB15D) is known color: Chelsea Cucumber. HEX triplet: 8C, B1 and 5D. RGB value is (140,177,93). Sum of RGB (Red+Green+Blue) = 140+177+93=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 177 (69.53% from 255 or 43.17% from 410); Blue value is 93 (36.72% from 255 or 22.68% from 410); Max value from RGB is 177 - color contains mainly: green. Hex color #8CB15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CB15D is #734EA2. Grayscale: #9C9C9C. Windows color (decimal): -7556771 or 6140300. OLE color: 6140300.

HSL color Cylindrical-coordinate representation of color #8CB15D: hue angle of 86.43º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8CB15D is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 140 177 93 -
CMYK 0.21 0 0.47 0.31
HSL 86.43º 0.35% 0.53% -
HSV(B) 86.43º 0.47% 0.69% -
XYZ 28.51 37.81 16.15 -
YUV 156.36 92.24 116.33 -
System Red Green Blue C M Y K H S L
Decimal 140 177 93 0.21 0 0.47 0.31 86.43 0.35 0.53
Hex 8C B1 5D 15 0 2F 1F 56 23 35
Octal 214 261 135 25 0 57 37 126 43 65
Binary 10001100 10110001 1011101 10101 0 101111 11111 1010110 100011 110101

Color Harmonies of #8CB15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB15D

Black with #8CB15D

Text Example


Text Example

White with #8CB15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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