Html Css Color HEX #83AC0F Lima

📋 copy color: '#83AC0F'

red 131 ◦ green 172 ◦ blue 15

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

Shades of Lima #83AC0F

Tints of Lima #83AC0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 41.19%
G = 54.09%
B = 4.72%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#83AC0F (or 0x83AC0F) is known color: Lima. HEX triplet: 83, AC and 0F. RGB value is (131,172,15). Sum of RGB (Red+Green+Blue) = 131+172+15=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 172 (67.58% from 255 or 54.09% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 172 - color contains mainly: green. Hex color #83AC0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83AC0F is #7C53F0. Grayscale: #8E8E8E. Windows color (decimal): -8147953 or 1027203. OLE color: 1027203.

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

Color convert

RGB 131 172 15 -
CMYK 0.24 0 0.91 0.33
HSL 75.67º 0.84% 0.37% -
HSV(B) 75.67º 0.91% 0.67% -
XYZ 24.2 34.36 5.81 -
YUV 141.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 131 172 15 0.24 0 0.91 0.33 75.67 0.84 0.37
Hex 83 AC F 18 0 5B 21 4C 54 25
Octal 203 254 17 30 0 133 41 114 124 45
Binary 10000011 10101100 1111 11000 0 1011011 100001 1001100 1010100 100101

Color Harmonies of #83AC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83AC0F

Black with #83AC0F

Text Example


Text Example

White with #83AC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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