#8BA235

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

Shades of Limerick #8BA235

Tints of Limerick #8BA235

Color information

#8BA235 (or 0x8BA235) is unknown color: approx Limerick. HEX triplet: 8B, A2 and 35. RGB value is (139,162,53). Sum of RGB (Red+Green+Blue) = 139+162+53=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA235 is #745DCA. Grayscale: #8F8F8F. Windows color (decimal): -7626187 or 3515019. OLE color: 3515019.

HSL color Cylindrical-coordinate representation of color #8BA235: hue angle of 72.66º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BA235 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB13916253-
CMYK0.1400.670.36
HSL72.66º50.7%42.16%-
HSV(B)72.66º67.28%63.53%-
XYZ24.2131.598.19-
YUV142.777.38125.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.27%
GREEN value IS 162 (63.67% from 255) = 45.76%
BLUE value IS 53 (21.09% from 255) = 14.97%
R=39.27%
G=45.76%
B=14.97%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162530.1400.670.3672.6650.742.16
Hex8BA235E0432449332a
Octal21324265160103441116352
Binary10001011101000101101011110010000111001001001001110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,53); }

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

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

 a { background-color: rgb(139,162,53); }

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

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

 span { border-color: rgb(139,162,53); }

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