#7bba27

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

Shades of Lima #7BBA27

Tints of Lima #7BBA27

Color information

#7BBA27 (or 0x7BBA27) is unknown color: approx Lima. HEX triplet: 7B, BA and 27. RGB value is (123,186,39). Sum of RGB (Red+Green+Blue) = 123+186+39=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BBA27 is #8445D8. Grayscale: #969696. Windows color (decimal): -8668633 or 2603643. OLE color: 2603643.

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

Color convert

RGB12318639-
CMYK0.3400.790.27
HSL85.71º65.33%44.12%-
HSV(B)85.71º79.03%72.94%-
XYZ26.0939.488.16-
YUV150.465.13108.45-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.34%
GREEN value IS 186 (73.05% from 255) = 53.45%
BLUE value IS 39 (15.62% from 255) = 11.21%
R=35.34%
G=53.45%
B=11.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal123186390.3400.790.2785.7165.3344.12
Hex7BBA272204F1B56412c
Octal173272474201173312610154
Binary111101110111010100111100010010011111101110101101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7bba27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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