Html Css Color HEX #8CA55D Chelsea Cucumber

📋 copy color: '#8CA55D'

red 140 ◦ green 165 ◦ blue 93

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

Shades of Chelsea Cucumber #8CA55D

Tints of Chelsea Cucumber #8CA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

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

R = 35.18%
G = 41.46%
B = 23.37%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#8CA55D (or 0x8CA55D) is known color: Chelsea Cucumber. HEX triplet: 8C, A5 and 5D. RGB value is (140,165,93). Sum of RGB (Red+Green+Blue) = 140+165+93=398 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.18% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 165 - color contains mainly: green. Hex color #8CA55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA55D is #735AA2. Grayscale: #959595. Windows color (decimal): -7559843 or 6137228. OLE color: 6137228.

HSL color Cylindrical-coordinate representation of color #8CA55D: hue angle of 80.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CA55D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 165 93 -
CMYK 0.15 0 0.44 0.35
HSL 80.83º 0.29% 0.51% -
HSV(B) 80.83º 0.44% 0.65% -
XYZ 26.25 33.28 15.4 -
YUV 149.32 96.22 121.35 -
System Red Green Blue C M Y K H S L
Decimal 140 165 93 0.15 0 0.44 0.35 80.83 0.29 0.51
Hex 8C A5 5D F 0 2C 23 51 1D 33
Octal 214 245 135 17 0 54 43 121 35 63
Binary 10001100 10100101 1011101 1111 0 101100 100011 1010001 11101 110011

Color Harmonies of #8CA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA55D

Black with #8CA55D

Text Example


Text Example

White with #8CA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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