Html Css Color HEX #8DA05B Chelsea Cucumber

📋 copy color: '#8DA05B'

red 141 ◦ green 160 ◦ blue 91

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

Shades of Chelsea Cucumber #8DA05B

Tints of Chelsea Cucumber #8DA05B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.82%

 BLUE value IS 91 (35.94% from 255) = 23.21%

R = 35.97%
G = 40.82%
B = 23.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.43

 K value IS 0.37

RGB Variations

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

Color information

#8DA05B (or 0x8DA05B) is known color: Chelsea Cucumber. HEX triplet: 8D, A0 and 5B. RGB value is (141,160,91). Sum of RGB (Red+Green+Blue) = 141+160+91=392 (51% of max value = 765). Red value is 141 (55.47% from 255 or 35.97% from 392); Green value is 160 (62.89% from 255 or 40.82% from 392); Blue value is 91 (35.94% from 255 or 23.21% from 392); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA05B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA05B is #725FA4. Grayscale: #929292. Windows color (decimal): -7495589 or 6004877. OLE color: 6004877.

HSL color Cylindrical-coordinate representation of color #8DA05B: hue angle of 76.52º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DA05B is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.37.

Color convert

RGB 141 160 91 -
CMYK 0.12 0 0.43 0.37
HSL 76.52º 0.27% 0.49% -
HSV(B) 76.52º 0.43% 0.63% -
XYZ 25.44 31.56 14.65 -
YUV 146.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 141 160 91 0.12 0 0.43 0.37 76.52 0.27 0.49
Hex 8D A0 5B C 0 2B 25 4D 1B 31
Octal 215 240 133 14 0 53 45 115 33 61
Binary 10001101 10100000 1011011 1100 0 101011 100101 1001101 11011 110001

Color Harmonies of #8DA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA05B

Black with #8DA05B

Text Example


Text Example

White with #8DA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,160,91); }

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

background-color css

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

 a { background-color: rgb(141,160,91); }

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

border-color css

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

 span { border-color: rgb(141,160,91); }

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