Html Css Color HEX #82B908 Lima

📋 copy color: '#82B908'

red 130 ◦ green 185 ◦ blue 8

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

Shades of Lima #82B908

Tints of Lima #82B908

RGB

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

 GREEN value IS 185 (72.66% from 255) = 57.28%

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

R = 40.25%
G = 57.28%
B = 2.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#82B908 (or 0x82B908) is known color: Lima. HEX triplet: 82, B9 and 08. RGB value is (130,185,8). Sum of RGB (Red+Green+Blue) = 130+185+8=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 185 (72.66% from 255 or 57.28% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 185 - color contains mainly: green. Hex color #82B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82B908 is #7D46F7. Grayscale: #959595. Windows color (decimal): -8210168 or 571778. OLE color: 571778.

HSL color Cylindrical-coordinate representation of color #82B908: hue angle of 78.64º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82B908 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 130 185 8 -
CMYK 0.30 0 0.96 0.27
HSL 78.64º 0.92% 0.38% -
HSV(B) 78.64º 0.96% 0.73% -
XYZ 26.6 39.46 6.44 -
YUV 148.38 48.78 114.89 -
System Red Green Blue C M Y K H S L
Decimal 130 185 8 0.30 0 0.96 0.27 78.64 0.92 0.38
Hex 82 B9 8 1E 0 60 1B 4F 5C 26
Octal 202 271 10 36 0 140 33 117 134 46
Binary 10000010 10111001 1000 11110 0 1100000 11011 1001111 1011100 100110

Color Harmonies of #82B908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B908

Black with #82B908

Text Example


Text Example

White with #82B908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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