Html Css Color HEX #8D9D53 Chelsea Cucumber

📋 copy color: '#8D9D53'

red 141 ◦ green 157 ◦ blue 83

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

Shades of Chelsea Cucumber #8D9D53

Tints of Chelsea Cucumber #8D9D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.78%

R = 37.01%
G = 41.21%
B = 21.78%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.47

 K value IS 0.38

RGB Variations

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

Color information

#8D9D53 (or 0x8D9D53) is known color: Chelsea Cucumber. HEX triplet: 8D, 9D and 53. RGB value is (141,157,83). Sum of RGB (Red+Green+Blue) = 141+157+83=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 83 (32.81% from 255 or 21.78% from 381); Max value from RGB is 157 - color contains mainly: green. Hex color #8D9D53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D9D53 is #7262AC. Grayscale: #909090. Windows color (decimal): -7496365 or 5479821. OLE color: 5479821.

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

Color convert

RGB 141 157 83 -
CMYK 0.10 0 0.47 0.38
HSL 72.97º 0.31% 0.47% -
HSV(B) 72.97º 0.47% 0.62% -
XYZ 24.6 30.4 12.75 -
YUV 143.78 93.7 126.02 -
System Red Green Blue C M Y K H S L
Decimal 141 157 83 0.10 0 0.47 0.38 72.97 0.31 0.47
Hex 8D 9D 53 A 0 2F 26 49 1F 2F
Octal 215 235 123 12 0 57 46 111 37 57
Binary 10001101 10011101 1010011 1010 0 101111 100110 1001001 11111 101111

Color Harmonies of #8D9D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9D53

Black with #8D9D53

Text Example


Text Example

White with #8D9D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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