Html Css Color HEX #83B318 Lima

📋 copy color: '#83B318'

red 131 ◦ green 179 ◦ blue 24

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

Shades of Lima #83B318

Tints of Lima #83B318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.19%

R = 39.22%
G = 53.59%
B = 7.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#83B318 (or 0x83B318) is known color: Lima. HEX triplet: 83, B3 and 18. RGB value is (131,179,24). Sum of RGB (Red+Green+Blue) = 131+179+24=334 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.22% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 24 (9.77% from 255 or 7.19% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #83B318 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #83B318 is #7C4CE7. Grayscale: #939393. Windows color (decimal): -8146152 or 1618819. OLE color: 1618819.

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

Color convert

RGB 131 179 24 -
CMYK 0.27 0 0.87 0.30
HSL 78.58º 0.76% 0.4% -
HSV(B) 78.58º 0.87% 0.7% -
XYZ 25.65 37.13 6.68 -
YUV 146.98 58.6 116.6 -
System Red Green Blue C M Y K H S L
Decimal 131 179 24 0.27 0 0.87 0.30 78.58 0.76 0.4
Hex 83 B3 18 1B 0 57 1E 4F 4C 28
Octal 203 263 30 33 0 127 36 117 114 50
Binary 10000011 10110011 11000 11011 0 1010111 11110 1001111 1001100 101000

Color Harmonies of #83B318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83B318

Black with #83B318

Text Example


Text Example

White with #83B318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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