Html Css Color HEX #8CB840 Yellow Green

📋 copy color: '#8CB840'

red 140 ◦ green 184 ◦ blue 64

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

Shades of Yellow Green #8CB840

Tints of Yellow Green #8CB840

RGB

 RED value IS 140 (55.08% from 255) = 36.08%

 GREEN value IS 184 (72.27% from 255) = 47.42%

 BLUE value IS 64 (25.39% from 255) = 16.49%

R = 36.08%
G = 47.42%
B = 16.49%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#8CB840 (or 0x8CB840) is known color: Yellow Green. HEX triplet: 8C, B8 and 40. RGB value is (140,184,64). Sum of RGB (Red+Green+Blue) = 140+184+64=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB840 is #7347BF. Grayscale: #9D9D9D. Windows color (decimal): -7555008 or 4241548. OLE color: 4241548.

HSL color Cylindrical-coordinate representation of color #8CB840: hue angle of 82º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CB840 is Cyan = 0.24, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 140 184 64 -
CMYK 0.24 0 0.65 0.28
HSL 82º 0.48% 0.49% -
HSV(B) 82º 0.65% 0.72% -
XYZ 28.88 40.23 11.09 -
YUV 157.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 140 184 64 0.24 0 0.65 0.28 82 0.48 0.49
Hex 8C B8 40 18 0 41 1C 52 30 31
Octal 214 270 100 30 0 101 34 122 60 61
Binary 10001100 10111000 1000000 11000 0 1000001 11100 1010010 110000 110001

Color Harmonies of #8CB840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB840

Black with #8CB840

Text Example


Text Example

White with #8CB840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,184,64); }

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

background-color css

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

 a { background-color: rgb(140,184,64); }

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

border-color css

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

 span { border-color: rgb(140,184,64); }

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