Html Css Color HEX #8CBC3B Yellow Green

📋 copy color: '#8CBC3B'

red 140 ◦ green 188 ◦ blue 59

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

Shades of Yellow Green #8CBC3B

Tints of Yellow Green #8CBC3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.25%

R = 36.18%
G = 48.58%
B = 15.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#8CBC3B (or 0x8CBC3B) is known color: Yellow Green. HEX triplet: 8C, BC and 3B. RGB value is (140,188,59). Sum of RGB (Red+Green+Blue) = 140+188+59=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 188 (73.83% from 255 or 48.58% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBC3B is #7343C4. Grayscale: #9F9F9F. Windows color (decimal): -7553989 or 3914892. OLE color: 3914892.

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

Color convert

RGB 140 188 59 -
CMYK 0.26 0 0.69 0.26
HSL 82.33º 0.52% 0.48% -
HSV(B) 82.33º 0.69% 0.74% -
XYZ 29.59 41.86 10.66 -
YUV 158.94 71.6 114.49 -
System Red Green Blue C M Y K H S L
Decimal 140 188 59 0.26 0 0.69 0.26 82.33 0.52 0.48
Hex 8C BC 3B 1A 0 45 1A 52 34 30
Octal 214 274 73 32 0 105 32 122 64 60
Binary 10001100 10111100 111011 11010 0 1000101 11010 1010010 110100 110000

Color Harmonies of #8CBC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBC3B

Black with #8CBC3B

Text Example


Text Example

White with #8CBC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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