Html Css Color HEX #8DBA46 Chelsea Cucumber

📋 copy color: '#8DBA46'

red 141 ◦ green 186 ◦ blue 70

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

Shades of Chelsea Cucumber #8DBA46

Tints of Chelsea Cucumber #8DBA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.63%

R = 35.52%
G = 46.85%
B = 17.63%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#8DBA46 (or 0x8DBA46) is known color: Chelsea Cucumber. HEX triplet: 8D, BA and 46. RGB value is (141,186,70). Sum of RGB (Red+Green+Blue) = 141+186+70=397 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.52% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #8DBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBA46 is #7245B9. Grayscale: #9F9F9F. Windows color (decimal): -7488954 or 4635277. OLE color: 4635277.

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

Color convert

RGB 141 186 70 -
CMYK 0.24 0 0.62 0.27
HSL 83.28º 0.46% 0.5% -
HSV(B) 83.28º 0.62% 0.73% -
XYZ 29.65 41.22 12.19 -
YUV 159.32 77.59 114.93 -
System Red Green Blue C M Y K H S L
Decimal 141 186 70 0.24 0 0.62 0.27 83.28 0.46 0.5
Hex 8D BA 46 18 0 3E 1B 53 2E 32
Octal 215 272 106 30 0 76 33 123 56 62
Binary 10001101 10111010 1000110 11000 0 111110 11011 1010011 101110 110010

Color Harmonies of #8DBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DBA46

Black with #8DBA46

Text Example


Text Example

White with #8DBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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