Html Css Color HEX #8C9A54 Chelsea Cucumber

📋 copy color: '#8C9A54'

red 140 ◦ green 154 ◦ blue 84

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

Shades of Chelsea Cucumber #8C9A54

Tints of Chelsea Cucumber #8C9A54

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 84 (33.2% from 255) = 22.22%

R = 37.04%
G = 40.74%
B = 22.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#8C9A54 (or 0x8C9A54) is known color: Chelsea Cucumber. HEX triplet: 8C, 9A and 54. RGB value is (140,154,84). Sum of RGB (Red+Green+Blue) = 140+154+84=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #8C9A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9A54 is #7365AB. Grayscale: #8E8E8E. Windows color (decimal): -7562668 or 5544588. OLE color: 5544588.

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

Color convert

RGB 140 154 84 -
CMYK 0.09 0 0.45 0.40
HSL 72º 0.29% 0.47% -
HSV(B) 72º 0.45% 0.6% -
XYZ 23.97 29.33 12.78 -
YUV 141.83 95.36 126.69 -
System Red Green Blue C M Y K H S L
Decimal 140 154 84 0.09 0 0.45 0.40 72 0.29 0.47
Hex 8C 9A 54 9 0 2D 28 48 1D 2F
Octal 214 232 124 11 0 55 50 110 35 57
Binary 10001100 10011010 1010100 1001 0 101101 101000 1001000 11101 101111

Color Harmonies of #8C9A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9A54

Black with #8C9A54

Text Example


Text Example

White with #8C9A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,154,84); }

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

background-color css

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

 a { background-color: rgb(140,154,84); }

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

border-color css

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

 span { border-color: rgb(140,154,84); }

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