#7CBA26

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

Shades of Lima #7CBA26

Tints of Lima #7CBA26

Color information

#7CBA26 (or 0x7CBA26) is unknown color: approx Lima. HEX triplet: 7C, BA and 26. RGB value is (124,186,38). Sum of RGB (Red+Green+Blue) = 124+186+38=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 186 (73.05% from 255 or 53.45% from 348); Blue value is 38 (15.23% from 255 or 10.92% from 348); Max value from RGB is 186 - color contains mainly: green. Hex color #7CBA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CBA26 is #8345D9. Grayscale: #979797. Windows color (decimal): -8603098 or 2538108. OLE color: 2538108.

HSL color Cylindrical-coordinate representation of color #7CBA26: hue angle of 85.14º 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 #7CBA26 is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB12418638-
CMYK0.3300.800.27
HSL85.14º66.07%43.92%-
HSV(B)85.14º79.57%72.94%-
XYZ26.2239.548.08-
YUV150.5964.46109.03-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.63%
GREEN value IS 186 (73.05% from 255) = 53.45%
BLUE value IS 38 (15.23% from 255) = 10.92%
R=35.63%
G=53.45%
B=10.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124186380.3300.800.2785.1466.0743.92
Hex7CBA26210501B55422c
Octal174272464101203312510254
Binary111110010111010100110100001010100001101110101011000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CBA26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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