Html Css Color HEX #83B717 Lima

📋 copy color: '#83B717'

red 131 ◦ green 183 ◦ blue 23

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

Shades of Lima #83B717

Tints of Lima #83B717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 54.3%

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

R = 38.87%
G = 54.3%
B = 6.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#83B717 (or 0x83B717) is known color: Lima. HEX triplet: 83, B7 and 17. RGB value is (131,183,23). Sum of RGB (Red+Green+Blue) = 131+183+23=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #83B717 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B717 is #7C48E8. Grayscale: #959595. Windows color (decimal): -8145129 or 1554307. OLE color: 1554307.

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

Color convert

RGB 131 183 23 -
CMYK 0.28 0 0.87 0.28
HSL 79.5º 0.78% 0.4% -
HSV(B) 79.5º 0.87% 0.72% -
XYZ 26.45 38.75 6.9 -
YUV 149.21 56.77 115.01 -
System Red Green Blue C M Y K H S L
Decimal 131 183 23 0.28 0 0.87 0.28 79.5 0.78 0.4
Hex 83 B7 17 1C 0 57 1C 50 4E 28
Octal 203 267 27 34 0 127 34 120 116 50
Binary 10000011 10110111 10111 11100 0 1010111 11100 1010000 1001110 101000

Color Harmonies of #83B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B717

Black with #83B717

Text Example


Text Example

White with #83B717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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