Html Css Color HEX #84B925 Limerick

📋 copy color: '#84B925'

red 132 ◦ green 185 ◦ blue 37

#84B925
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limerick #84B925

Tints of Limerick #84B925

RGB

 RED value IS 132 (51.95% from 255) = 37.29%

 GREEN value IS 185 (72.66% from 255) = 52.26%

 BLUE value IS 37 (14.84% from 255) = 10.45%

R = 37.29%
G = 52.26%
B = 10.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#84B925 (or 0x84B925) is known color: Limerick. HEX triplet: 84, B9 and 25. RGB value is (132,185,37). Sum of RGB (Red+Green+Blue) = 132+185+37=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #84B925 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B925 is #7B46DA. Grayscale: #989898. Windows color (decimal): -8079067 or 2472324. OLE color: 2472324.

HSL color Cylindrical-coordinate representation of color #84B925: hue angle of 81.49º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #84B925 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 185 37 -
CMYK 0.29 0 0.80 0.27
HSL 81.49º 0.67% 0.44% -
HSV(B) 81.49º 0.8% 0.73% -
XYZ 27.2 39.74 7.99 -
YUV 152.28 62.94 113.53 -
System Red Green Blue C M Y K H S L
Decimal 132 185 37 0.29 0 0.80 0.27 81.49 0.67 0.44
Hex 84 B9 25 1D 0 50 1B 51 43 2C
Octal 204 271 45 35 0 120 33 121 103 54
Binary 10000100 10111001 100101 11101 0 1010000 11011 1010001 1000011 101100

Color Harmonies of #84B925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B925

Black with #84B925

Text Example


Text Example

White with #84B925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,185,37); }

 H1.HeaderClassName
 {
   color: #84B925;
 }
 .AnyTagClassName
 {
   color: #84B925;
 }
</style>

background-color css

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

 a { background-color: rgb(132,185,37); }

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

border-color css

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

 span { border-color: rgb(132,185,37); }

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