Html Css Color HEX #83AC0D Lima

📋 copy color: '#83AC0D'

red 131 ◦ green 172 ◦ blue 13

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

Shades of Lima #83AC0D

Tints of Lima #83AC0D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.43%

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 41.46%
G = 54.43%
B = 4.11%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#83AC0D (or 0x83AC0D) is known color: Lima. HEX triplet: 83, AC and 0D. RGB value is (131,172,13). Sum of RGB (Red+Green+Blue) = 131+172+13=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AC0D is #7C53F2. Grayscale: #8E8E8E. Windows color (decimal): -8147955 or 896131. OLE color: 896131.

HSL color Cylindrical-coordinate representation of color #83AC0D: hue angle of 75.47º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #83AC0D is Cyan = 0.24, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 172 13 -
CMYK 0.24 0 0.92 0.33
HSL 75.47º 0.86% 0.36% -
HSV(B) 75.47º 0.92% 0.67% -
XYZ 24.19 34.36 5.74 -
YUV 141.62 55.42 120.43 -
System Red Green Blue C M Y K H S L
Decimal 131 172 13 0.24 0 0.92 0.33 75.47 0.86 0.36
Hex 83 AC D 18 0 5C 21 4B 56 24
Octal 203 254 15 30 0 134 41 113 126 44
Binary 10000011 10101100 1101 11000 0 1011100 100001 1001011 1010110 100100

Color Harmonies of #83AC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC0D

Black with #83AC0D

Text Example


Text Example

White with #83AC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,172,13); }

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

background-color css

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

 a { background-color: rgb(131,172,13); }

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

border-color css

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

 span { border-color: rgb(131,172,13); }

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