Html Css Color HEX #82B21D Lima

📋 copy color: '#82B21D'

red 130 ◦ green 178 ◦ blue 29

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

Shades of Lima #82B21D

Tints of Lima #82B21D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 52.82%

 BLUE value IS 29 (11.72% from 255) = 8.61%

R = 38.58%
G = 52.82%
B = 8.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#82B21D (or 0x82B21D) is known color: Lima. HEX triplet: 82, B2 and 1D. RGB value is (130,178,29). Sum of RGB (Red+Green+Blue) = 130+178+29=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 178 (69.92% from 255 or 52.82% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 178 - color contains mainly: green. Hex color #82B21D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82B21D is #7D4DE2. Grayscale: #939393. Windows color (decimal): -8211939 or 1946242. OLE color: 1946242.

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

Color convert

RGB 130 178 29 -
CMYK 0.27 0 0.84 0.30
HSL 79.33º 0.72% 0.41% -
HSV(B) 79.33º 0.84% 0.7% -
XYZ 25.35 36.68 6.91 -
YUV 146.66 61.6 116.12 -
System Red Green Blue C M Y K H S L
Decimal 130 178 29 0.27 0 0.84 0.30 79.33 0.72 0.41
Hex 82 B2 1D 1B 0 54 1E 4F 48 29
Octal 202 262 35 33 0 124 36 117 110 51
Binary 10000010 10110010 11101 11011 0 1010100 11110 1001111 1001000 101001

Color Harmonies of #82B21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B21D

Black with #82B21D

Text Example


Text Example

White with #82B21D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,178,29); }

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

background-color css

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

 a { background-color: rgb(130,178,29); }

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

border-color css

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

 span { border-color: rgb(130,178,29); }

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