Html Css Color HEX #83B308 Lima

📋 copy color: '#83B308'

red 131 ◦ green 179 ◦ blue 8

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

Shades of Lima #83B308

Tints of Lima #83B308

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.29%

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

R = 41.19%
G = 56.29%
B = 2.52%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.96

 K value IS 0.30

RGB Variations

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

Color information

#83B308 (or 0x83B308) is known color: Lima. HEX triplet: 83, B3 and 08. RGB value is (131,179,8). Sum of RGB (Red+Green+Blue) = 131+179+8=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 179 (70.31% from 255 or 56.29% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 179 - color contains mainly: green. Hex color #83B308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B308 is #7C4CF7. Grayscale: #919191. Windows color (decimal): -8146168 or 570243. OLE color: 570243.

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

Color convert

RGB 131 179 8 -
CMYK 0.27 0 0.96 0.30
HSL 76.84º 0.91% 0.37% -
HSV(B) 76.84º 0.96% 0.7% -
XYZ 25.52 37.08 6.04 -
YUV 145.15 50.6 117.9 -
System Red Green Blue C M Y K H S L
Decimal 131 179 8 0.27 0 0.96 0.30 76.84 0.91 0.37
Hex 83 B3 8 1B 0 60 1E 4D 5B 25
Octal 203 263 10 33 0 140 36 115 133 45
Binary 10000011 10110011 1000 11011 0 1100000 11110 1001101 1011011 100101

Color Harmonies of #83B308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B308

Black with #83B308

Text Example


Text Example

White with #83B308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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