Html Css Color HEX #8C9F5F Chelsea Cucumber

📋 copy color: '#8C9F5F'

red 140 ◦ green 159 ◦ blue 95

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

Shades of Chelsea Cucumber #8C9F5F

Tints of Chelsea Cucumber #8C9F5F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.36%

 BLUE value IS 95 (37.5% from 255) = 24.11%

R = 35.53%
G = 40.36%
B = 24.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#8C9F5F (or 0x8C9F5F) is known color: Chelsea Cucumber. HEX triplet: 8C, 9F and 5F. RGB value is (140,159,95). Sum of RGB (Red+Green+Blue) = 140+159+95=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9F5F is #7360A0. Grayscale: #929292. Windows color (decimal): -7561377 or 6266764. OLE color: 6266764.

HSL color Cylindrical-coordinate representation of color #8C9F5F: hue angle of 77.81º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C9F5F is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 159 95 -
CMYK 0.12 0 0.40 0.38
HSL 77.81º 0.25% 0.5% -
HSV(B) 77.81º 0.4% 0.62% -
XYZ 25.28 31.2 15.52 -
YUV 146.02 99.21 123.7 -
System Red Green Blue C M Y K H S L
Decimal 140 159 95 0.12 0 0.40 0.38 77.81 0.25 0.5
Hex 8C 9F 5F C 0 28 26 4E 19 32
Octal 214 237 137 14 0 50 46 116 31 62
Binary 10001100 10011111 1011111 1100 0 101000 100110 1001110 11001 110010

Color Harmonies of #8C9F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9F5F

Black with #8C9F5F

Text Example


Text Example

White with #8C9F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,159,95); }

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

background-color css

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

 a { background-color: rgb(140,159,95); }

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

border-color css

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

 span { border-color: rgb(140,159,95); }

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