Html Css Color HEX #84BA38 Limerick

📋 copy color: '#84BA38'

red 132 ◦ green 186 ◦ blue 56

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

Shades of Limerick #84BA38

Tints of Limerick #84BA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

 BLUE value IS 56 (22.27% from 255) = 14.97%

R = 35.29%
G = 49.73%
B = 14.97%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#84BA38 (or 0x84BA38) is known color: Limerick. HEX triplet: 84, BA and 38. RGB value is (132,186,56). Sum of RGB (Red+Green+Blue) = 132+186+56=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 56 (22.27% from 255 or 14.97% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #84BA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84BA38 is #7B45C7. Grayscale: #9B9B9B. Windows color (decimal): -8078792 or 3717764. OLE color: 3717764.

HSL color Cylindrical-coordinate representation of color #84BA38: hue angle of 84.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84BA38 is Cyan = 0.29, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 132 186 56 -
CMYK 0.29 0 0.70 0.27
HSL 84.92º 0.54% 0.47% -
HSV(B) 84.92º 0.7% 0.73% -
XYZ 27.79 40.31 10.06 -
YUV 155.03 72.11 111.57 -
System Red Green Blue C M Y K H S L
Decimal 132 186 56 0.29 0 0.70 0.27 84.92 0.54 0.47
Hex 84 BA 38 1D 0 46 1B 55 36 2F
Octal 204 272 70 35 0 106 33 125 66 57
Binary 10000100 10111010 111000 11101 0 1000110 11011 1010101 110110 101111

Color Harmonies of #84BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BA38

Black with #84BA38

Text Example


Text Example

White with #84BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,186,56); }

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

background-color css

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

 a { background-color: rgb(132,186,56); }

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

border-color css

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

 span { border-color: rgb(132,186,56); }

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