#8BCA1B

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

Shades of Yellow Green #8BCA1B

Tints of Yellow Green #8BCA1B

Color information

#8BCA1B (or 0x8BCA1B) is unknown color: approx Yellow Green. HEX triplet: 8B, CA and 1B. RGB value is (139,202,27). Sum of RGB (Red+Green+Blue) = 139+202+27=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 27 (10.94% from 255 or 7.34% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #8BCA1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BCA1B is #7435E4. Grayscale: #A3A3A3. Windows color (decimal): -7615973 or 1821323. OLE color: 1821323.

HSL color Cylindrical-coordinate representation of color #8BCA1B: hue angle of 81.6º degrees, saturation: 0.76, 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 #8BCA1B is Cyan = 0.31, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.

Color convert

RGB13920227-
CMYK0.3100.870.21
HSL81.6º76.42%44.9%-
HSV(B)81.6º86.63%79.22%-
XYZ31.9747.818.58-
YUV163.2151.13110.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.77%
GREEN value IS 202 (79.30% from 255) = 54.89%
BLUE value IS 27 (10.94% from 255) = 7.34%
R=37.77%
G=54.89%
B=7.34%

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
Decimal139202270.3100.870.2181.676.4244.9
Hex8BCA1B1F05715524c2d
Octal213312333701272512211455
Binary10001011110010101101111111010101111010110100101001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BCA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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