Html Css Color HEX #83B117 Lima

📋 copy color: '#83B117'

red 131 ◦ green 177 ◦ blue 23

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

Shades of Lima #83B117

Tints of Lima #83B117

RGB

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

 GREEN value IS 177 (69.53% from 255) = 53.47%

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

R = 39.58%
G = 53.47%
B = 6.95%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#83B117 (or 0x83B117) is known color: Lima. HEX triplet: 83, B1 and 17. RGB value is (131,177,23). Sum of RGB (Red+Green+Blue) = 131+177+23=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #83B117 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B117 is #7C4EE8. Grayscale: #929292. Windows color (decimal): -8146665 or 1552771. OLE color: 1552771.

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

Color convert

RGB 131 177 23 -
CMYK 0.26 0 0.87 0.31
HSL 77.92º 0.77% 0.39% -
HSV(B) 77.92º 0.87% 0.69% -
XYZ 25.24 36.33 6.49 -
YUV 145.69 58.76 117.52 -
System Red Green Blue C M Y K H S L
Decimal 131 177 23 0.26 0 0.87 0.31 77.92 0.77 0.39
Hex 83 B1 17 1A 0 57 1F 4E 4D 27
Octal 203 261 27 32 0 127 37 116 115 47
Binary 10000011 10110001 10111 11010 0 1010111 11111 1001110 1001101 100111

Color Harmonies of #83B117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B117

Black with #83B117

Text Example


Text Example

White with #83B117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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