Html Css Color HEX #83B508 Lima

📋 copy color: '#83B508'

red 131 ◦ green 181 ◦ blue 8

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

Shades of Lima #83B508

Tints of Lima #83B508

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.56%

 BLUE value IS 8 (3.52% from 255) = 2.5%

R = 40.94%
G = 56.56%
B = 2.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#83B508 (or 0x83B508) is known color: Lima. HEX triplet: 83, B5 and 08. RGB value is (131,181,8). Sum of RGB (Red+Green+Blue) = 131+181+8=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 8 (3.52% from 255 or 2.5% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #83B508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B508 is #7C4AF7. Grayscale: #929292. Windows color (decimal): -8145656 or 570755. OLE color: 570755.

HSL color Cylindrical-coordinate representation of color #83B508: hue angle of 77.34º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #83B508 is Cyan = 0.28, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 181 8 -
CMYK 0.28 0 0.96 0.29
HSL 77.34º 0.92% 0.37% -
HSV(B) 77.34º 0.96% 0.71% -
XYZ 25.93 37.89 6.18 -
YUV 146.33 49.94 117.07 -
System Red Green Blue C M Y K H S L
Decimal 131 181 8 0.28 0 0.96 0.29 77.34 0.92 0.37
Hex 83 B5 8 1C 0 60 1D 4D 5C 25
Octal 203 265 10 34 0 140 35 115 134 45
Binary 10000011 10110101 1000 11100 0 1100000 11101 1001101 1011100 100101

Color Harmonies of #83B508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B508

Black with #83B508

Text Example


Text Example

White with #83B508

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,181,8); }

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

background-color css

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

 a { background-color: rgb(131,181,8); }

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

border-color css

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

 span { border-color: rgb(131,181,8); }

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