Html Css Color HEX #82B325 Lima

📋 copy color: '#82B325'

red 130 ◦ green 179 ◦ blue 37

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

Shades of Lima #82B325

Tints of Lima #82B325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.69%

R = 37.57%
G = 51.73%
B = 10.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.30

RGB Variations

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

Color information

#82B325 (or 0x82B325) is known color: Lima. HEX triplet: 82, B3 and 25. RGB value is (130,179,37). Sum of RGB (Red+Green+Blue) = 130+179+37=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #82B325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82B325 is #7D4CDA. Grayscale: #949494. Windows color (decimal): -8211675 or 2470786. OLE color: 2470786.

HSL color Cylindrical-coordinate representation of color #82B325: hue angle of 80.7º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #82B325 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 179 37 -
CMYK 0.27 0 0.79 0.30
HSL 80.7º 0.66% 0.42% -
HSV(B) 80.7º 0.79% 0.7% -
XYZ 25.66 37.12 7.56 -
YUV 148.16 65.27 115.05 -
System Red Green Blue C M Y K H S L
Decimal 130 179 37 0.27 0 0.79 0.30 80.7 0.66 0.42
Hex 82 B3 25 1B 0 4F 1E 51 42 2A
Octal 202 263 45 33 0 117 36 121 102 52
Binary 10000010 10110011 100101 11011 0 1001111 11110 1010001 1000010 101010

Color Harmonies of #82B325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B325

Black with #82B325

Text Example


Text Example

White with #82B325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,179,37); }

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

background-color css

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

 a { background-color: rgb(130,179,37); }

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

border-color css

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

 span { border-color: rgb(130,179,37); }

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