#8BCC1D

Color #8BCC1D Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8BCC1D

Tints of Yellow Green #8BCC1D

Color information

#8BCC1D (or 0x8BCC1D) is unknown color: approx Yellow Green. HEX triplet: 8B, CC and 1D. RGB value is (139,204,29). Sum of RGB (Red+Green+Blue) = 139+204+29=372 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.37% from 372); Green value is 204 (80.08% from 255 or 54.84% from 372); Blue value is 29 (11.72% from 255 or 7.80% from 372); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCC1D is #7433E2. Grayscale: #A5A5A5. Windows color (decimal): -7615459 or 1952907. OLE color: 1952907.

HSL color Cylindrical-coordinate representation of color #8BCC1D: hue angle of 82.29º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8BCC1D is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB13920429-
CMYK0.3200.860.2
HSL82.29º75.11%45.69%-
HSV(B)82.29º85.78%80%-
XYZ32.4648.768.86-
YUV164.6251.47109.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.37%
GREEN value IS 204 (80.08% from 255) = 54.84%
BLUE value IS 29 (11.72% from 255) = 7.80%
R=37.37%
G=54.84%
B=7.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal139204290.3200.860.282.2975.1145.69
Hex8BCC1D2005614524b2e
Octal213314354001262412211356
Binary100010111100110011101100000010101101010010100101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCC1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,204,29); }

 H1.HeaderClassName
 {
   color: #8BCC1D;
 }
 .AnyTagClassName
 {
   color: #8BCC1D;
 }
</style>
background-color css

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

 a { background-color: rgb(139,204,29); }

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

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

 span { border-color: rgb(139,204,29); }

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