Html Css Color HEX #8CB940 Yellow Green

📋 copy color: '#8CB940'

red 140 ◦ green 185 ◦ blue 64

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

Shades of Yellow Green #8CB940

Tints of Yellow Green #8CB940

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

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

R = 35.99%
G = 47.56%
B = 16.45%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#8CB940 (or 0x8CB940) is known color: Yellow Green. HEX triplet: 8C, B9 and 40. RGB value is (140,185,64). Sum of RGB (Red+Green+Blue) = 140+185+64=389 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.99% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #8CB940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB940 is #7346BF. Grayscale: #9E9E9E. Windows color (decimal): -7554752 or 4241804. OLE color: 4241804.

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

Color convert

RGB 140 185 64 -
CMYK 0.24 0 0.65 0.27
HSL 82.31º 0.49% 0.49% -
HSV(B) 82.31º 0.65% 0.73% -
XYZ 29.09 40.64 11.16 -
YUV 157.75 75.09 115.34 -
System Red Green Blue C M Y K H S L
Decimal 140 185 64 0.24 0 0.65 0.27 82.31 0.49 0.49
Hex 8C B9 40 18 0 41 1B 52 31 31
Octal 214 271 100 30 0 101 33 122 61 61
Binary 10001100 10111001 1000000 11000 0 1000001 11011 1010010 110001 110001

Color Harmonies of #8CB940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB940

Black with #8CB940

Text Example


Text Example

White with #8CB940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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