Html Css Color HEX #8DBA52 Chelsea Cucumber

📋 copy color: '#8DBA52'

red 141 ◦ green 186 ◦ blue 82

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

Shades of Chelsea Cucumber #8DBA52

Tints of Chelsea Cucumber #8DBA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.48%

 BLUE value IS 82 (32.42% from 255) = 20.05%

R = 34.47%
G = 45.48%
B = 20.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#8DBA52 (or 0x8DBA52) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 52. RGB value is (141,186,82). Sum of RGB (Red+Green+Blue) = 141+186+82=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DBA52 is #7245AD. Grayscale: #A1A1A1. Windows color (decimal): -7488942 or 5421709. OLE color: 5421709.

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

Color convert

RGB 141 186 82 -
CMYK 0.24 0 0.56 0.27
HSL 85.96º 0.43% 0.53% -
HSV(B) 85.96º 0.56% 0.73% -
XYZ 30.07 41.39 14.39 -
YUV 160.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 141 186 82 0.24 0 0.56 0.27 85.96 0.43 0.53
Hex 8D BA 52 18 0 38 1B 56 2B 35
Octal 215 272 122 30 0 70 33 126 53 65
Binary 10001101 10111010 1010010 11000 0 111000 11011 1010110 101011 110101

Color Harmonies of #8DBA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA52

Black with #8DBA52

Text Example


Text Example

White with #8DBA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,186,82); }

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

background-color css

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

 a { background-color: rgb(141,186,82); }

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

border-color css

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

 span { border-color: rgb(141,186,82); }

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