#84AF1C

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

Shades of Limerick #84AF1C

Tints of Limerick #84AF1C

Color information

#84AF1C (or 0x84AF1C) is unknown color: approx Limerick. HEX triplet: 84, AF and 1C. RGB value is (132,175,28). Sum of RGB (Red+Green+Blue) = 132+175+28=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #84AF1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #84AF1C is #7B50E3. Grayscale: #919191. Windows color (decimal): -8081636 or 1879940. OLE color: 1879940.

HSL color Cylindrical-coordinate representation of color #84AF1C: hue angle of 77.55º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #84AF1C is Cyan = 0.25, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB13217528-
CMYK0.2500.840.31
HSL77.55º72.41%39.8%-
HSV(B)77.55º84%68.63%-
XYZ25.0635.656.66-
YUV145.3861.75118.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.40%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 28 (11.33% from 255) = 8.36%
R=39.40%
G=52.24%
B=8.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132175280.2500.840.3177.5572.4139.8
Hex84AF1C190541F4e4828
Octal204257343101243711611050
Binary10000100101011111110011001010101001111110011101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84AF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84AF1C; }

 p { color: rgb(132,175,28); }

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

<style>
 a { background-color: #84AF1C; }

 a { background-color: rgb(132,175,28); }

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

<style>
 span { border-color: #84AF1C; }

 span { border-color: rgb(132,175,28); }

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