Html Css Color HEX #82B708 Lima

📋 copy color: '#82B708'

red 130 ◦ green 183 ◦ blue 8

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

Shades of Lima #82B708

Tints of Lima #82B708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.49%

R = 40.5%
G = 57.01%
B = 2.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#82B708 (or 0x82B708) is known color: Lima. HEX triplet: 82, B7 and 08. RGB value is (130,183,8). Sum of RGB (Red+Green+Blue) = 130+183+8=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 8 (3.52% from 255 or 2.49% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #82B708 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B708 is #7D48F7. Grayscale: #939393. Windows color (decimal): -8210680 or 571266. OLE color: 571266.

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

Color convert

RGB 130 183 8 -
CMYK 0.29 0 0.96 0.28
HSL 78.17º 0.92% 0.37% -
HSV(B) 78.17º 0.96% 0.72% -
XYZ 26.18 38.63 6.31 -
YUV 147.2 49.44 115.73 -
System Red Green Blue C M Y K H S L
Decimal 130 183 8 0.29 0 0.96 0.28 78.17 0.92 0.37
Hex 82 B7 8 1D 0 60 1C 4E 5C 25
Octal 202 267 10 35 0 140 34 116 134 45
Binary 10000010 10110111 1000 11101 0 1100000 11100 1001110 1011100 100101

Color Harmonies of #82B708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B708

Black with #82B708

Text Example


Text Example

White with #82B708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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