#7BBA26

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

Shades of Lima #7BBA26

Tints of Lima #7BBA26

Color information

#7BBA26 (or 0x7BBA26) is unknown color: approx Lima. HEX triplet: 7B, BA and 26. RGB value is (123,186,38). Sum of RGB (Red+Green+Blue) = 123+186+38=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 186 (73.05% from 255 or 53.60% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA26 is #8445D9. Grayscale: #969696. Windows color (decimal): -8668634 or 2538107. OLE color: 2538107.

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

Color convert

RGB12318638-
CMYK0.3400.800.27
HSL85.54º66.07%43.92%-
HSV(B)85.54º79.57%72.94%-
XYZ26.0839.478.08-
YUV150.2964.63108.53-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.45%
GREEN value IS 186 (73.05% from 255) = 53.60%
BLUE value IS 38 (15.23% from 255) = 10.95%
R=35.45%
G=53.60%
B=10.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123186380.3400.800.2785.5466.0743.92
Hex7BBA26220501B56422c
Octal173272464201203312610254
Binary111101110111010100110100010010100001101110101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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