Html Css Color HEX #8DBB55 Chelsea Cucumber

📋 copy color: '#8DBB55'

red 141 ◦ green 187 ◦ blue 85

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

Shades of Chelsea Cucumber #8DBB55

Tints of Chelsea Cucumber #8DBB55

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.28%

 BLUE value IS 85 (33.59% from 255) = 20.58%

R = 34.14%
G = 45.28%
B = 20.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#8DBB55 (or 0x8DBB55) is known color: Chelsea Cucumber. HEX triplet: 8D, BB and 55. RGB value is (141,187,85). Sum of RGB (Red+Green+Blue) = 141+187+85=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 187 (73.44% from 255 or 45.28% from 413); Blue value is 85 (33.59% from 255 or 20.58% from 413); Max value from RGB is 187 - color contains mainly: green. Hex color #8DBB55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBB55 is #7244AA. Grayscale: #A1A1A1. Windows color (decimal): -7488683 or 5618573. OLE color: 5618573.

HSL color Cylindrical-coordinate representation of color #8DBB55: hue angle of 87.06º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DBB55 is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 141 187 85 -
CMYK 0.25 0 0.55 0.27
HSL 87.06º 0.43% 0.53% -
HSV(B) 87.06º 0.55% 0.73% -
XYZ 30.39 41.86 15.07 -
YUV 161.62 84.76 113.29 -
System Red Green Blue C M Y K H S L
Decimal 141 187 85 0.25 0 0.55 0.27 87.06 0.43 0.53
Hex 8D BB 55 19 0 37 1B 57 2B 35
Octal 215 273 125 31 0 67 33 127 53 65
Binary 10001101 10111011 1010101 11001 0 110111 11011 1010111 101011 110101

Color Harmonies of #8DBB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBB55

Black with #8DBB55

Text Example


Text Example

White with #8DBB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,187,85); }

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

background-color css

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

 a { background-color: rgb(141,187,85); }

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

border-color css

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

 span { border-color: rgb(141,187,85); }

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