Html Css Color HEX #82B008 Lima

📋 copy color: '#82B008'

red 130 ◦ green 176 ◦ blue 8

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

Shades of Lima #82B008

Tints of Lima #82B008

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.05%

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

R = 41.4%
G = 56.05%
B = 2.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#82B008 (or 0x82B008) is known color: Lima. HEX triplet: 82, B0 and 08. RGB value is (130,176,8). Sum of RGB (Red+Green+Blue) = 130+176+8=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #82B008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82B008 is #7D4FF7. Grayscale: #8F8F8F. Windows color (decimal): -8212472 or 569474. OLE color: 569474.

HSL color Cylindrical-coordinate representation of color #82B008: hue angle of 76.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #82B008 is Cyan = 0.26, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 130 176 8 -
CMYK 0.26 0 0.95 0.31
HSL 76.43º 0.91% 0.36% -
HSV(B) 76.43º 0.95% 0.69% -
XYZ 24.78 35.81 5.84 -
YUV 143.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 130 176 8 0.26 0 0.95 0.31 76.43 0.91 0.36
Hex 82 B0 8 1A 0 5F 1F 4C 5B 24
Octal 202 260 10 32 0 137 37 114 133 44
Binary 10000010 10110000 1000 11010 0 1011111 11111 1001100 1011011 100100

Color Harmonies of #82B008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B008

Black with #82B008

Text Example


Text Example

White with #82B008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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