#8CBF26

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

Shades of Limerick #8CBF26

Tints of Limerick #8CBF26

Color information

#8CBF26 (or 0x8CBF26) is unknown color: approx Limerick. HEX triplet: 8C, BF and 26. RGB value is (140,191,38). Sum of RGB (Red+Green+Blue) = 140+191+38=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 191 (75% from 255 or 51.76% from 369); Blue value is 38 (15.23% from 255 or 10.30% from 369); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CBF26 is #7340D9. Grayscale: #9E9E9E. Windows color (decimal): -7553242 or 2539404. OLE color: 2539404.

HSL color Cylindrical-coordinate representation of color #8CBF26: hue angle of 80º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8CBF26 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB14019138-
CMYK0.2700.800.25
HSL80º66.81%44.9%-
HSV(B)80º80.1%74.9%-
XYZ29.842.988.56-
YUV158.3160.1114.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 191 (75% from 255) = 51.76%
BLUE value IS 38 (15.23% from 255) = 10.30%
R=37.94%
G=51.76%
B=10.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal140191380.2700.800.258066.8144.9
Hex8CBF261B0501950432d
Octal214277463301203112010355
Binary100011001011111110011011011010100001100110100001000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBF26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,191,38); }

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

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

 a { background-color: rgb(140,191,38); }

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

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

 span { border-color: rgb(140,191,38); }

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