Html Css Color HEX #83B91D Lima

📋 copy color: '#83B91D'

red 131 ◦ green 185 ◦ blue 29

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

Shades of Lima #83B91D

Tints of Lima #83B91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 53.62%

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 37.97%
G = 53.62%
B = 8.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#83B91D (or 0x83B91D) is known color: Lima. HEX triplet: 83, B9 and 1D. RGB value is (131,185,29). Sum of RGB (Red+Green+Blue) = 131+185+29=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 185 (72.66% from 255 or 53.62% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 185 - color contains mainly: green. Hex color #83B91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #83B91D is #7C46E2. Grayscale: #979797. Windows color (decimal): -8144611 or 1948035. OLE color: 1948035.

HSL color Cylindrical-coordinate representation of color #83B91D: hue angle of 80.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #83B91D is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 131 185 29 -
CMYK 0.29 0 0.84 0.27
HSL 80.77º 0.73% 0.42% -
HSV(B) 80.77º 0.84% 0.73% -
XYZ 26.93 39.61 7.39 -
YUV 151.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 131 185 29 0.29 0 0.84 0.27 80.77 0.73 0.42
Hex 83 B9 1D 1D 0 54 1B 51 49 2A
Octal 203 271 35 35 0 124 33 121 111 52
Binary 10000011 10111001 11101 11101 0 1010100 11011 1010001 1001001 101010

Color Harmonies of #83B91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B91D

Black with #83B91D

Text Example


Text Example

White with #83B91D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,185,29); }

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

background-color css

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

 a { background-color: rgb(131,185,29); }

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

border-color css

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

 span { border-color: rgb(131,185,29); }

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