Html Css Color HEX #83A714 Lima

📋 copy color: '#83A714'

red 131 ◦ green 167 ◦ blue 20

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

Shades of Lima #83A714

Tints of Lima #83A714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.52%

 BLUE value IS 20 (8.2% from 255) = 6.29%

R = 41.19%
G = 52.52%
B = 6.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#83A714 (or 0x83A714) is known color: Lima. HEX triplet: 83, A7 and 14. RGB value is (131,167,20). Sum of RGB (Red+Green+Blue) = 131+167+20=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 167 (65.62% from 255 or 52.52% from 318); Blue value is 20 (8.20% from 255 or 6.29% from 318); Max value from RGB is 167 - color contains mainly: green. Hex color #83A714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #83A714 is #7C58EB. Grayscale: #8C8C8C. Windows color (decimal): -8149228 or 1353603. OLE color: 1353603.

HSL color Cylindrical-coordinate representation of color #83A714: hue angle of 74.69º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #83A714 is Cyan = 0.22, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 131 167 20 -
CMYK 0.22 0 0.88 0.35
HSL 74.69º 0.79% 0.37% -
HSV(B) 74.69º 0.88% 0.65% -
XYZ 23.31 32.51 5.71 -
YUV 139.48 60.57 121.95 -
System Red Green Blue C M Y K H S L
Decimal 131 167 20 0.22 0 0.88 0.35 74.69 0.79 0.37
Hex 83 A7 14 16 0 58 23 4B 4F 25
Octal 203 247 24 26 0 130 43 113 117 45
Binary 10000011 10100111 10100 10110 0 1011000 100011 1001011 1001111 100101

Color Harmonies of #83A714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83A714

Black with #83A714

Text Example


Text Example

White with #83A714

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,167,20); }

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

background-color css

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

 a { background-color: rgb(131,167,20); }

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

border-color css

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

 span { border-color: rgb(131,167,20); }

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