Html Css Color HEX #8CBC38 Yellow Green

📋 copy color: '#8CBC38'

red 140 ◦ green 188 ◦ blue 56

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

Shades of Yellow Green #8CBC38

Tints of Yellow Green #8CBC38

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

 BLUE value IS 56 (22.27% from 255) = 14.58%

R = 36.46%
G = 48.96%
B = 14.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#8CBC38 (or 0x8CBC38) is known color: Yellow Green. HEX triplet: 8C, BC and 38. RGB value is (140,188,56). Sum of RGB (Red+Green+Blue) = 140+188+56=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC38 is #7343C7. Grayscale: #9F9F9F. Windows color (decimal): -7553992 or 3718284. OLE color: 3718284.

HSL color Cylindrical-coordinate representation of color #8CBC38: hue angle of 81.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8CBC38 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 140 188 56 -
CMYK 0.26 0 0.70 0.26
HSL 81.82º 0.54% 0.48% -
HSV(B) 81.82º 0.7% 0.74% -
XYZ 29.51 41.83 10.26 -
YUV 158.6 70.1 114.73 -
System Red Green Blue C M Y K H S L
Decimal 140 188 56 0.26 0 0.70 0.26 81.82 0.54 0.48
Hex 8C BC 38 1A 0 46 1A 52 36 30
Octal 214 274 70 32 0 106 32 122 66 60
Binary 10001100 10111100 111000 11010 0 1000110 11010 1010010 110110 110000

Color Harmonies of #8CBC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC38

Black with #8CBC38

Text Example


Text Example

White with #8CBC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,188,56); }

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

background-color css

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

 a { background-color: rgb(140,188,56); }

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

border-color css

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

 span { border-color: rgb(140,188,56); }

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