Html Css Color HEX #82B306 Lima

📋 copy color: '#82B306'

red 130 ◦ green 179 ◦ blue 6

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

Shades of Lima #82B306

Tints of Lima #82B306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 41.27%
G = 56.83%
B = 1.9%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#82B306 (or 0x82B306) is known color: Lima. HEX triplet: 82, B3 and 06. RGB value is (130,179,6). Sum of RGB (Red+Green+Blue) = 130+179+6=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #82B306 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B306 is #7D4CF9. Grayscale: #919191. Windows color (decimal): -8211706 or 439170. OLE color: 439170.

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

Color convert

RGB 130 179 6 -
CMYK 0.27 0 0.97 0.30
HSL 76.99º 0.94% 0.36% -
HSV(B) 76.99º 0.97% 0.7% -
XYZ 25.36 37 5.98 -
YUV 144.63 49.77 117.57 -
System Red Green Blue C M Y K H S L
Decimal 130 179 6 0.27 0 0.97 0.30 76.99 0.94 0.36
Hex 82 B3 6 1B 0 61 1E 4D 5E 24
Octal 202 263 6 33 0 141 36 115 136 44
Binary 10000010 10110011 110 11011 0 1100001 11110 1001101 1011110 100100

Color Harmonies of #82B306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B306

Black with #82B306

Text Example


Text Example

White with #82B306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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