Html Css Color HEX #84B334 Limerick

📋 copy color: '#84B334'

red 132 ◦ green 179 ◦ blue 52

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

Shades of Limerick #84B334

Tints of Limerick #84B334

RGB

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

 GREEN value IS 179 (70.31% from 255) = 49.31%

 BLUE value IS 52 (20.7% from 255) = 14.33%

R = 36.36%
G = 49.31%
B = 14.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#84B334 (or 0x84B334) is known color: Limerick. HEX triplet: 84, B3 and 34. RGB value is (132,179,52). Sum of RGB (Red+Green+Blue) = 132+179+52=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 179 (70.31% from 255 or 49.31% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 179 - color contains mainly: green. Hex color #84B334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84B334 is #7B4CCB. Grayscale: #969696. Windows color (decimal): -8080588 or 3453828. OLE color: 3453828.

HSL color Cylindrical-coordinate representation of color #84B334: hue angle of 82.2º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #84B334 is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 132 179 52 -
CMYK 0.26 0 0.71 0.30
HSL 82.2º 0.55% 0.45% -
HSV(B) 82.2º 0.71% 0.7% -
XYZ 26.26 37.39 9.08 -
YUV 150.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 132 179 52 0.26 0 0.71 0.30 82.2 0.55 0.45
Hex 84 B3 34 1A 0 47 1E 52 37 2D
Octal 204 263 64 32 0 107 36 122 67 55
Binary 10000100 10110011 110100 11010 0 1000111 11110 1010010 110111 101101

Color Harmonies of #84B334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84B334

Black with #84B334

Text Example


Text Example

White with #84B334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,179,52); }

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

background-color css

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

 a { background-color: rgb(132,179,52); }

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

border-color css

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

 span { border-color: rgb(132,179,52); }

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