Html Css Color HEX #83B006 Lima

📋 copy color: '#83B006'

red 131 ◦ green 176 ◦ blue 6

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

Shades of Lima #83B006

Tints of Lima #83B006

RGB

 RED value IS 131 (51.56% from 255) = 41.85%

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

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

R = 41.85%
G = 56.23%
B = 1.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#83B006 (or 0x83B006) is known color: Lima. HEX triplet: 83, B0 and 06. RGB value is (131,176,6). Sum of RGB (Red+Green+Blue) = 131+176+6=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 176 (69.14% from 255 or 56.23% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 176 - color contains mainly: green. Hex color #83B006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B006 is #7C4FF9. Grayscale: #8F8F8F. Windows color (decimal): -8146938 or 438403. OLE color: 438403.

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

Color convert

RGB 131 176 6 -
CMYK 0.26 0 0.97 0.31
HSL 75.88º 0.93% 0.36% -
HSV(B) 75.88º 0.97% 0.69% -
XYZ 24.92 35.89 5.79 -
YUV 143.17 50.59 119.32 -
System Red Green Blue C M Y K H S L
Decimal 131 176 6 0.26 0 0.97 0.31 75.88 0.93 0.36
Hex 83 B0 6 1A 0 61 1F 4C 5D 24
Octal 203 260 6 32 0 141 37 114 135 44
Binary 10000011 10110000 110 11010 0 1100001 11111 1001100 1011101 100100

Color Harmonies of #83B006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B006

Black with #83B006

Text Example


Text Example

White with #83B006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83B006; }

 p { color: rgb(131,176,6); }

 H1.HeaderClassName
 {
   color: #83B006;
 }
 .AnyTagClassName
 {
   color: #83B006;
 }
</style>

background-color css

<style>
 a { background-color: #83B006; }

 a { background-color: rgb(131,176,6); }

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

border-color css

<style>
 span { border-color: #83B006; }

 span { border-color: rgb(131,176,6); }

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