Html Css Color HEX #83B11C Lima

📋 copy color: '#83B11C'

red 131 ◦ green 177 ◦ blue 28

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

Shades of Lima #83B11C

Tints of Lima #83B11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.33%

R = 38.99%
G = 52.68%
B = 8.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#83B11C (or 0x83B11C) is known color: Lima. HEX triplet: 83, B1 and 1C. RGB value is (131,177,28). Sum of RGB (Red+Green+Blue) = 131+177+28=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 177 (69.53% from 255 or 52.68% from 336); Blue value is 28 (11.33% from 255 or 8.33% from 336); Max value from RGB is 177 - color contains mainly: green. Hex color #83B11C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83B11C is #7C4EE3. Grayscale: #929292. Windows color (decimal): -8146660 or 1880451. OLE color: 1880451.

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

Color convert

RGB 131 177 28 -
CMYK 0.26 0 0.84 0.31
HSL 78.52º 0.73% 0.4% -
HSV(B) 78.52º 0.84% 0.69% -
XYZ 25.29 36.35 6.78 -
YUV 146.26 61.26 117.12 -
System Red Green Blue C M Y K H S L
Decimal 131 177 28 0.26 0 0.84 0.31 78.52 0.73 0.4
Hex 83 B1 1C 1A 0 54 1F 4F 49 28
Octal 203 261 34 32 0 124 37 117 111 50
Binary 10000011 10110001 11100 11010 0 1010100 11111 1001111 1001001 101000

Color Harmonies of #83B11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B11C

Black with #83B11C

Text Example


Text Example

White with #83B11C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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