Html Css Color HEX #8CB85D Chelsea Cucumber

📋 copy color: '#8CB85D'

red 140 ◦ green 184 ◦ blue 93

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

Shades of Chelsea Cucumber #8CB85D

Tints of Chelsea Cucumber #8CB85D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.12%

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

R = 33.57%
G = 44.12%
B = 22.3%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#8CB85D (or 0x8CB85D) is known color: Chelsea Cucumber. HEX triplet: 8C, B8 and 5D. RGB value is (140,184,93). Sum of RGB (Red+Green+Blue) = 140+184+93=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 184 (72.27% from 255 or 44.12% from 417); Blue value is 93 (36.72% from 255 or 22.30% from 417); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB85D is #7347A2. Grayscale: #A0A0A0. Windows color (decimal): -7554979 or 6142092. OLE color: 6142092.

HSL color Cylindrical-coordinate representation of color #8CB85D: hue angle of 89.01º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CB85D is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 93 -
CMYK 0.24 0 0.49 0.28
HSL 89.01º 0.39% 0.54% -
HSV(B) 89.01º 0.49% 0.72% -
XYZ 29.93 40.65 16.62 -
YUV 160.47 89.92 113.4 -
System Red Green Blue C M Y K H S L
Decimal 140 184 93 0.24 0 0.49 0.28 89.01 0.39 0.54
Hex 8C B8 5D 18 0 31 1C 59 27 36
Octal 214 270 135 30 0 61 34 131 47 66
Binary 10001100 10111000 1011101 11000 0 110001 11100 1011001 100111 110110

Color Harmonies of #8CB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB85D

Black with #8CB85D

Text Example


Text Example

White with #8CB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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