Html Css Color HEX #82B73B Limerick

📋 copy color: '#82B73B'

red 130 ◦ green 183 ◦ blue 59

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

Shades of Limerick #82B73B

Tints of Limerick #82B73B

RGB

 RED value IS 130 (51.17% from 255) = 34.95%

 GREEN value IS 183 (71.88% from 255) = 49.19%

 BLUE value IS 59 (23.44% from 255) = 15.86%

R = 34.95%
G = 49.19%
B = 15.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.28

RGB Variations

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

Color information

#82B73B (or 0x82B73B) is known color: Limerick. HEX triplet: 82, B7 and 3B. RGB value is (130,183,59). Sum of RGB (Red+Green+Blue) = 130+183+59=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 59 (23.44% from 255 or 15.86% from 372); Max value from RGB is 183 - color contains mainly: green. Hex color #82B73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B73B is #7D48C4. Grayscale: #999999. Windows color (decimal): -8210629 or 3913602. OLE color: 3913602.

HSL color Cylindrical-coordinate representation of color #82B73B: hue angle of 85.65º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #82B73B is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.

Color convert

RGB 130 183 59 -
CMYK 0.29 0 0.68 0.28
HSL 85.65º 0.51% 0.47% -
HSV(B) 85.65º 0.68% 0.72% -
XYZ 26.93 38.93 10.23 -
YUV 153.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 130 183 59 0.29 0 0.68 0.28 85.65 0.51 0.47
Hex 82 B7 3B 1D 0 44 1C 56 33 2F
Octal 202 267 73 35 0 104 34 126 63 57
Binary 10000010 10110111 111011 11101 0 1000100 11100 1010110 110011 101111

Color Harmonies of #82B73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B73B

Black with #82B73B

Text Example


Text Example

White with #82B73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82B73B; }

 p { color: rgb(130,183,59); }

 H1.HeaderClassName
 {
   color: #82B73B;
 }
 .AnyTagClassName
 {
   color: #82B73B;
 }
</style>

background-color css

<style>
 a { background-color: #82B73B; }

 a { background-color: rgb(130,183,59); }

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

border-color css

<style>
 span { border-color: #82B73B; }

 span { border-color: rgb(130,183,59); }

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