Html Css Color HEX #83B317 Lima

📋 copy color: '#83B317'

red 131 ◦ green 179 ◦ blue 23

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

Shades of Lima #83B317

Tints of Lima #83B317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.91%

R = 39.34%
G = 53.75%
B = 6.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#83B317 (or 0x83B317) is known color: Lima. HEX triplet: 83, B3 and 17. RGB value is (131,179,23). Sum of RGB (Red+Green+Blue) = 131+179+23=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #83B317 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B317 is #7C4CE8. Grayscale: #939393. Windows color (decimal): -8146153 or 1553283. OLE color: 1553283.

HSL color Cylindrical-coordinate representation of color #83B317: hue angle of 78.46º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83B317 is Cyan = 0.27, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 179 23 -
CMYK 0.27 0 0.87 0.30
HSL 78.46º 0.77% 0.4% -
HSV(B) 78.46º 0.87% 0.7% -
XYZ 25.63 37.13 6.63 -
YUV 146.86 58.1 116.68 -
System Red Green Blue C M Y K H S L
Decimal 131 179 23 0.27 0 0.87 0.30 78.46 0.77 0.4
Hex 83 B3 17 1B 0 57 1E 4E 4D 28
Octal 203 263 27 33 0 127 36 116 115 50
Binary 10000011 10110011 10111 11011 0 1010111 11110 1001110 1001101 101000

Color Harmonies of #83B317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B317

Black with #83B317

Text Example


Text Example

White with #83B317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,179,23); }

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

background-color css

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

 a { background-color: rgb(131,179,23); }

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

border-color css

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

 span { border-color: rgb(131,179,23); }

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