#7BBA15

Color #7BBA15 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7BBA15

Tints of Lima #7BBA15

Color information

#7BBA15 (or 0x7BBA15) is unknown color: approx Lima. HEX triplet: 7B, BA and 15. RGB value is (123,186,21). Sum of RGB (Red+Green+Blue) = 123+186+21=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BBA15 is #8445EA. Grayscale: #949494. Windows color (decimal): -8668651 or 1423995. OLE color: 1423995.

HSL color Cylindrical-coordinate representation of color #7BBA15: hue angle of 82.91º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7BBA15 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB12318621-
CMYK0.3400.890.27
HSL82.91º79.71%40.59%-
HSV(B)82.91º88.71%72.94%-
XYZ25.8639.386.95-
YUV148.3556.13109.92-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.27%
GREEN value IS 186 (73.05% from 255) = 56.36%
BLUE value IS 21 (8.59% from 255) = 6.36%
R=37.27%
G=56.36%
B=6.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123186210.3400.890.2782.9179.7140.59
Hex7BBA15220591B535029
Octal173272254201313312312051
Binary11110111011101010101100010010110011101110100111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BBA15; }

 p { color: rgb(123,186,21); }

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

<style>
 a { background-color: #7BBA15; }

 a { background-color: rgb(123,186,21); }

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

<style>
 span { border-color: #7BBA15; }

 span { border-color: rgb(123,186,21); }

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