Html Css Color HEX #8DBA48 Chelsea Cucumber

📋 copy color: '#8DBA48'

red 141 ◦ green 186 ◦ blue 72

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

Shades of Chelsea Cucumber #8DBA48

Tints of Chelsea Cucumber #8DBA48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.05%

R = 35.34%
G = 46.62%
B = 18.05%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#8DBA48 (or 0x8DBA48) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 48. RGB value is (141,186,72). Sum of RGB (Red+Green+Blue) = 141+186+72=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 72 (28.52% from 255 or 18.05% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA48 is #7245B7. Grayscale: #9F9F9F. Windows color (decimal): -7488952 or 4766349. OLE color: 4766349.

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

Color convert

RGB 141 186 72 -
CMYK 0.24 0 0.61 0.27
HSL 83.68º 0.45% 0.51% -
HSV(B) 83.68º 0.61% 0.73% -
XYZ 29.71 41.25 12.53 -
YUV 159.55 78.59 114.77 -
System Red Green Blue C M Y K H S L
Decimal 141 186 72 0.24 0 0.61 0.27 83.68 0.45 0.51
Hex 8D BA 48 18 0 3D 1B 54 2D 33
Octal 215 272 110 30 0 75 33 124 55 63
Binary 10001101 10111010 1001000 11000 0 111101 11011 1010100 101101 110011

Color Harmonies of #8DBA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA48

Black with #8DBA48

Text Example


Text Example

White with #8DBA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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