Html Css Color HEX #82B523 Lima

📋 copy color: '#82B523'

red 130 ◦ green 181 ◦ blue 35

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

Shades of Lima #82B523

Tints of Lima #82B523

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.31%

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

R = 37.57%
G = 52.31%
B = 10.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#82B523 (or 0x82B523) is known color: Lima. HEX triplet: 82, B5 and 23. RGB value is (130,181,35). Sum of RGB (Red+Green+Blue) = 130+181+35=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 181 (71.09% from 255 or 52.31% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 181 - color contains mainly: green. Hex color #82B523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B523 is #7D4ADC. Grayscale: #959595. Windows color (decimal): -8211165 or 2340226. OLE color: 2340226.

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

Color convert

RGB 130 181 35 -
CMYK 0.28 0 0.81 0.29
HSL 80.96º 0.68% 0.42% -
HSV(B) 80.96º 0.81% 0.71% -
XYZ 26.03 37.91 7.54 -
YUV 149.11 63.6 114.37 -
System Red Green Blue C M Y K H S L
Decimal 130 181 35 0.28 0 0.81 0.29 80.96 0.68 0.42
Hex 82 B5 23 1C 0 51 1D 51 44 2A
Octal 202 265 43 34 0 121 35 121 104 52
Binary 10000010 10110101 100011 11100 0 1010001 11101 1010001 1000100 101010

Color Harmonies of #82B523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B523

Black with #82B523

Text Example


Text Example

White with #82B523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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