Html Css Color HEX #83B617 Lima

📋 copy color: '#83B617'

red 131 ◦ green 182 ◦ blue 23

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

Shades of Lima #83B617

Tints of Lima #83B617

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.17%

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

R = 38.99%
G = 54.17%
B = 6.85%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#83B617 (or 0x83B617) is known color: Lima. HEX triplet: 83, B6 and 17. RGB value is (131,182,23). Sum of RGB (Red+Green+Blue) = 131+182+23=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #83B617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B617 is #7C49E8. Grayscale: #959595. Windows color (decimal): -8145385 or 1554051. OLE color: 1554051.

HSL color Cylindrical-coordinate representation of color #83B617: hue angle of 79.25º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #83B617 is Cyan = 0.28, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 182 23 -
CMYK 0.28 0 0.87 0.29
HSL 79.25º 0.78% 0.4% -
HSV(B) 79.25º 0.87% 0.71% -
XYZ 26.24 38.34 6.83 -
YUV 148.63 57.1 115.43 -
System Red Green Blue C M Y K H S L
Decimal 131 182 23 0.28 0 0.87 0.29 79.25 0.78 0.4
Hex 83 B6 17 1C 0 57 1D 4F 4E 28
Octal 203 266 27 34 0 127 35 117 116 50
Binary 10000011 10110110 10111 11100 0 1010111 11101 1001111 1001110 101000

Color Harmonies of #83B617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B617

Black with #83B617

Text Example


Text Example

White with #83B617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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