#8BCA1A

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

Shades of Yellow Green #8BCA1A

Tints of Yellow Green #8BCA1A

Color information

#8BCA1A (or 0x8BCA1A) is unknown color: approx Yellow Green. HEX triplet: 8B, CA and 1A. RGB value is (139,202,26). Sum of RGB (Red+Green+Blue) = 139+202+26=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 202 (79.30% from 255 or 55.04% from 367); Blue value is 26 (10.55% from 255 or 7.08% from 367); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCA1A is #7435E5. Grayscale: #A3A3A3. Windows color (decimal): -7615974 or 1755787. OLE color: 1755787.

HSL color Cylindrical-coordinate representation of color #8BCA1A: hue angle of 81.48º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8BCA1A is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB13920226-
CMYK0.3100.870.21
HSL81.48º77.19%44.71%-
HSV(B)81.48º87.13%79.22%-
XYZ31.9547.88.52-
YUV163.150.63110.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.87%
GREEN value IS 202 (79.30% from 255) = 55.04%
BLUE value IS 26 (10.55% from 255) = 7.08%
R=37.87%
G=55.04%
B=7.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal139202260.3100.870.2181.4877.1944.71
Hex8BCA1A1F05715514d2d
Octal213312323701272512111555
Binary10001011110010101101011111010101111010110100011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,202,26); }

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

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

 a { background-color: rgb(139,202,26); }

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

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

 span { border-color: rgb(139,202,26); }

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