Html Css Color HEX #82B717 Lima

📋 copy color: '#82B717'

red 130 ◦ green 183 ◦ blue 23

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

Shades of Lima #82B717

Tints of Lima #82B717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.85%

R = 38.69%
G = 54.46%
B = 6.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#82B717 (or 0x82B717) is known color: Lima. HEX triplet: 82, B7 and 17. RGB value is (130,183,23). Sum of RGB (Red+Green+Blue) = 130+183+23=336 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.69% from 336); Green value is 183 (71.88% from 255 or 54.46% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 183 - color contains mainly: green. Hex color #82B717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B717 is #7D48E8. Grayscale: #959595. Windows color (decimal): -8210665 or 1554306. OLE color: 1554306.

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

Color convert

RGB 130 183 23 -
CMYK 0.29 0 0.87 0.28
HSL 79.88º 0.78% 0.4% -
HSV(B) 79.88º 0.87% 0.72% -
XYZ 26.29 38.67 6.89 -
YUV 148.91 56.94 114.51 -
System Red Green Blue C M Y K H S L
Decimal 130 183 23 0.29 0 0.87 0.28 79.88 0.78 0.4
Hex 82 B7 17 1D 0 57 1C 50 4E 28
Octal 202 267 27 35 0 127 34 120 116 50
Binary 10000010 10110111 10111 11101 0 1010111 11100 1010000 1001110 101000

Color Harmonies of #82B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B717

Black with #82B717

Text Example


Text Example

White with #82B717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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