#8CB433

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

Shades of Limerick #8CB433

Tints of Limerick #8CB433

Color information

#8CB433 (or 0x8CB433) is unknown color: approx Limerick. HEX triplet: 8C, B4 and 33. RGB value is (140,180,51). Sum of RGB (Red+Green+Blue) = 140+180+51=371 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.74% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CB433 is #734BCC. Grayscale: #999999. Windows color (decimal): -7556045 or 3388556. OLE color: 3388556.

HSL color Cylindrical-coordinate representation of color #8CB433: hue angle of 78.6º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8CB433 is Cyan = 0.22, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB14018051-
CMYK0.2200.720.29
HSL78.6º55.84%45.29%-
HSV(B)78.6º71.67%70.59%-
XYZ27.7338.469.09-
YUV153.3370.25118.49-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.74%
GREEN value IS 180 (70.70% from 255) = 48.52%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=37.74%
G=48.52%
B=13.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal140180510.2200.720.2978.655.8445.29
Hex8CB433160481D4f382d
Octal21426463260110351177055
Binary10001100101101001100111011001001000111011001111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,51); }

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

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

 a { background-color: rgb(140,180,51); }

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

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

 span { border-color: rgb(140,180,51); }

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