Html Css Color HEX #8D9D4F Chelsea Cucumber

📋 copy color: '#8D9D4F'

red 141 ◦ green 157 ◦ blue 79

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

Shades of Chelsea Cucumber #8D9D4F

Tints of Chelsea Cucumber #8D9D4F

RGB

 RED value IS 141 (55.47% from 255) = 37.4%

 GREEN value IS 157 (61.72% from 255) = 41.64%

 BLUE value IS 79 (31.25% from 255) = 20.95%

R = 37.4%
G = 41.64%
B = 20.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.38

RGB Variations

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

Color information

#8D9D4F (or 0x8D9D4F) is known color: Chelsea Cucumber. HEX triplet: 8D, 9D and 4F. RGB value is (141,157,79). Sum of RGB (Red+Green+Blue) = 141+157+79=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 79 (31.25% from 255 or 20.95% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9D4F is #7262B0. Grayscale: #8F8F8F. Windows color (decimal): -7496369 or 5217677. OLE color: 5217677.

HSL color Cylindrical-coordinate representation of color #8D9D4F: hue angle of 72.31º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D9D4F is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 157 79 -
CMYK 0.10 0 0.50 0.38
HSL 72.31º 0.33% 0.46% -
HSV(B) 72.31º 0.5% 0.62% -
XYZ 24.45 30.34 11.96 -
YUV 143.32 91.7 126.34 -
System Red Green Blue C M Y K H S L
Decimal 141 157 79 0.10 0 0.50 0.38 72.31 0.33 0.46
Hex 8D 9D 4F A 0 32 26 48 21 2E
Octal 215 235 117 12 0 62 46 110 41 56
Binary 10001101 10011101 1001111 1010 0 110010 100110 1001000 100001 101110

Color Harmonies of #8D9D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9D4F

Black with #8D9D4F

Text Example


Text Example

White with #8D9D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,157,79); }

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

background-color css

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

 a { background-color: rgb(141,157,79); }

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

border-color css

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

 span { border-color: rgb(141,157,79); }

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