Html Css Color HEX #8DB95A Chelsea Cucumber

📋 copy color: '#8DB95A'

red 141 ◦ green 185 ◦ blue 90

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

Shades of Chelsea Cucumber #8DB95A

Tints of Chelsea Cucumber #8DB95A

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.47%

 BLUE value IS 90 (35.55% from 255) = 21.63%

R = 33.89%
G = 44.47%
B = 21.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#8DB95A (or 0x8DB95A) is known color: Chelsea Cucumber. HEX triplet: 8D, B9 and 5A. RGB value is (141,185,90). Sum of RGB (Red+Green+Blue) = 141+185+90=416 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.89% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #8DB95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DB95A is #7246A5. Grayscale: #A1A1A1. Windows color (decimal): -7489190 or 5945741. OLE color: 5945741.

HSL color Cylindrical-coordinate representation of color #8DB95A: hue angle of 87.79º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8DB95A is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 185 90 -
CMYK 0.24 0 0.51 0.27
HSL 87.79º 0.4% 0.54% -
HSV(B) 87.79º 0.51% 0.73% -
XYZ 30.18 41.1 16.02 -
YUV 161.01 87.92 113.72 -
System Red Green Blue C M Y K H S L
Decimal 141 185 90 0.24 0 0.51 0.27 87.79 0.4 0.54
Hex 8D B9 5A 18 0 33 1B 58 28 36
Octal 215 271 132 30 0 63 33 130 50 66
Binary 10001101 10111001 1011010 11000 0 110011 11011 1011000 101000 110110

Color Harmonies of #8DB95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DB95A

Black with #8DB95A

Text Example


Text Example

White with #8DB95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,185,90); }

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

background-color css

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

 a { background-color: rgb(141,185,90); }

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

border-color css

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

 span { border-color: rgb(141,185,90); }

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