Html Css Color HEX #8C9B56 Chelsea Cucumber

📋 copy color: '#8C9B56'

red 140 ◦ green 155 ◦ blue 86

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

Shades of Chelsea Cucumber #8C9B56

Tints of Chelsea Cucumber #8C9B56

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.68%

 BLUE value IS 86 (33.98% from 255) = 22.57%

R = 36.75%
G = 40.68%
B = 22.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#8C9B56 (or 0x8C9B56) is known color: Chelsea Cucumber. HEX triplet: 8C, 9B and 56. RGB value is (140,155,86). Sum of RGB (Red+Green+Blue) = 140+155+86=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #8C9B56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9B56 is #7364A9. Grayscale: #8E8E8E. Windows color (decimal): -7562410 or 5675916. OLE color: 5675916.

HSL color Cylindrical-coordinate representation of color #8C9B56: hue angle of 73.04º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C9B56 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 155 86 -
CMYK 0.10 0 0.45 0.39
HSL 73.04º 0.29% 0.47% -
HSV(B) 73.04º 0.45% 0.61% -
XYZ 24.22 29.69 13.26 -
YUV 142.65 96.03 126.11 -
System Red Green Blue C M Y K H S L
Decimal 140 155 86 0.10 0 0.45 0.39 73.04 0.29 0.47
Hex 8C 9B 56 A 0 2D 27 49 1D 2F
Octal 214 233 126 12 0 55 47 111 35 57
Binary 10001100 10011011 1010110 1010 0 101101 100111 1001001 11101 101111

Color Harmonies of #8C9B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9B56

Black with #8C9B56

Text Example


Text Example

White with #8C9B56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,155,86); }

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

background-color css

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

 a { background-color: rgb(140,155,86); }

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

border-color css

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

 span { border-color: rgb(140,155,86); }

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