Html Css Color HEX #83B20B Lima

📋 copy color: '#83B20B'

red 131 ◦ green 178 ◦ blue 11

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

Shades of Lima #83B20B

Tints of Lima #83B20B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.63%

 BLUE value IS 11 (4.69% from 255) = 3.44%

R = 40.94%
G = 55.63%
B = 3.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#83B20B (or 0x83B20B) is known color: Lima. HEX triplet: 83, B2 and 0B. RGB value is (131,178,11). Sum of RGB (Red+Green+Blue) = 131+178+11=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 11 (4.69% from 255 or 3.44% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #83B20B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83B20B is #7C4DF4. Grayscale: #919191. Windows color (decimal): -8146421 or 766595. OLE color: 766595.

HSL color Cylindrical-coordinate representation of color #83B20B: hue angle of 76.89º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #83B20B is Cyan = 0.26, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB 131 178 11 -
CMYK 0.26 0 0.94 0.30
HSL 76.89º 0.88% 0.37% -
HSV(B) 76.89º 0.94% 0.7% -
XYZ 25.34 36.69 6.06 -
YUV 144.91 52.43 118.08 -
System Red Green Blue C M Y K H S L
Decimal 131 178 11 0.26 0 0.94 0.30 76.89 0.88 0.37
Hex 83 B2 B 1A 0 5E 1E 4D 58 25
Octal 203 262 13 32 0 136 36 115 130 45
Binary 10000011 10110010 1011 11010 0 1011110 11110 1001101 1011000 100101

Color Harmonies of #83B20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B20B

Black with #83B20B

Text Example


Text Example

White with #83B20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,178,11); }

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

background-color css

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

 a { background-color: rgb(131,178,11); }

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

border-color css

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

 span { border-color: rgb(131,178,11); }

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