#84B630

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

Shades of Limerick #84B630

Tints of Limerick #84B630

Color information

#84B630 (or 0x84B630) is unknown color: approx Limerick. HEX triplet: 84, B6 and 30. RGB value is (132,182,48). Sum of RGB (Red+Green+Blue) = 132+182+48=362 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.46% from 362); Green value is 182 (71.48% from 255 or 50.28% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 182 - color contains mainly: green. Hex color #84B630 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B630 is #7B49CF. Grayscale: #989898. Windows color (decimal): -8079824 or 3192452. OLE color: 3192452.

HSL color Cylindrical-coordinate representation of color #84B630: hue angle of 82.39º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #84B630 is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB13218248-
CMYK0.2700.740.29
HSL82.39º58.26%45.1%-
HSV(B)82.39º73.63%71.37%-
XYZ26.7838.578.83-
YUV151.7769.44113.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.46%
GREEN value IS 182 (71.48% from 255) = 50.28%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=36.46%
G=50.28%
B=13.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132182480.2700.740.2982.3958.2645.1
Hex84B6301B04A1D523a2d
Octal20426660330112351227255
Binary10000100101101101100001101101001010111011010010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,182,48); }

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

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

 a { background-color: rgb(132,182,48); }

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

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

 span { border-color: rgb(132,182,48); }

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