Html Css Color HEX #82A723 Limerick

📋 copy color: '#82A723'

red 130 ◦ green 167 ◦ blue 35

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

Shades of Limerick #82A723

Tints of Limerick #82A723

RGB

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

 GREEN value IS 167 (65.63% from 255) = 50.3%

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 39.16%
G = 50.3%
B = 10.54%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#82A723 (or 0x82A723) is known color: Limerick. HEX triplet: 82, A7 and 23. RGB value is (130,167,35). Sum of RGB (Red+Green+Blue) = 130+167+35=332 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.16% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #82A723 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82A723 is #7D58DC. Grayscale: #8D8D8D. Windows color (decimal): -8214749 or 2336642. OLE color: 2336642.

HSL color Cylindrical-coordinate representation of color #82A723: hue angle of 76.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82A723 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 130 167 35 -
CMYK 0.22 0 0.79 0.35
HSL 76.82º 0.65% 0.4% -
HSV(B) 76.82º 0.79% 0.65% -
XYZ 23.33 32.5 6.63 -
YUV 140.89 68.24 120.23 -
System Red Green Blue C M Y K H S L
Decimal 130 167 35 0.22 0 0.79 0.35 76.82 0.65 0.4
Hex 82 A7 23 16 0 4F 23 4D 41 28
Octal 202 247 43 26 0 117 43 115 101 50
Binary 10000010 10100111 100011 10110 0 1001111 100011 1001101 1000001 101000

Color Harmonies of #82A723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A723

Black with #82A723

Text Example


Text Example

White with #82A723

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,167,35); }

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

background-color css

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

 a { background-color: rgb(130,167,35); }

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

border-color css

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

 span { border-color: rgb(130,167,35); }

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